mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
These may need quoted?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user