From: Alfredo Deza Date: Thu, 5 Nov 2015 21:10:44 +0000 (-0500) Subject: do not cast to int X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F204%2Fhead;p=ceph-build.git do not cast to int Signed-off-by: Alfredo Deza --- diff --git a/ansible/files/rpmmacros.j2 b/ansible/files/rpmmacros.j2 index f67c5332..55ded864 100644 --- a/ansible/files/rpmmacros.j2 +++ b/ansible/files/rpmmacros.j2 @@ -1 +1 @@ -%dist .el{{ ansible_lsb.major_release|int }} +%dist .el{{ ansible_lsb.major_release }}