These may need quoted?
This commit is contained in:
parent
5c3d38c357
commit
0de1159087
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- epel6.repo
|
- epel6.repo
|
||||||
- rhel6.repo
|
- rhel6.repo
|
||||||
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == 6
|
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == '6'
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- packages
|
- packages
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- epel7.repo
|
- epel7.repo
|
||||||
- rhel7.repo
|
- rhel7.repo
|
||||||
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == 7
|
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version == '7'
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- packages
|
- packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue