From 629f18bf9ea6bf0ebc65a759122abec56f80650f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 5 Nov 2015 15:52:06 -0500 Subject: [PATCH] create a template for the rpmmacros Signed-off-by: Alfredo Deza --- ansible/files/rpmmacros.j2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 ansible/files/rpmmacros.j2 diff --git a/ansible/files/rpmmacros.j2 b/ansible/files/rpmmacros.j2 new file mode 100644 index 00000000..f67c5332 --- /dev/null +++ b/ansible/files/rpmmacros.j2 @@ -0,0 +1 @@ +%dist .el{{ ansible_lsb.major_release|int }} -- 2.39.5