These may need quoted?

This commit is contained in:
Kevin Fenzi 2014-06-23 02:27:45 +00:00
parent 5c3d38c357
commit 0de1159087

View file

@ -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