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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue