From eb32c05490521d09f8943dde26580a091768c3d6 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 5 Nov 2015 16:10:44 -0500 Subject: [PATCH] do not cast to int Signed-off-by: Alfredo Deza --- ansible/files/rpmmacros.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.47.3