From 0de1159087bafdebdb49ff44609c72f3075a64d2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 23 Jun 2014 02:27:45 +0000 Subject: [PATCH] These may need quoted? --- tasks/yumrepos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index b8805beaba..d5191c5935 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -4,7 +4,7 @@ with_items: - epel6.repo - rhel6.repo - when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == 6 + when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == '6' tags: - config - packages @@ -14,7 +14,7 @@ with_items: - epel7.repo - rhel7.repo - when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == 7 + when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == '7' tags: - config - packages