Work around this for now.
This commit is contained in:
parent
31a46523a1
commit
d17fd8236a
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
with_items:
|
||||
- epel6.repo
|
||||
- rhel6.repo
|
||||
when: is_rhel == 'True'
|
||||
when: ansible_distribution == 'RedHat'
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
@ -15,7 +15,7 @@
|
|||
- fedora.repo
|
||||
- fedora-updates.repo
|
||||
- fedora-updates-testing.repo
|
||||
when: is_fedora == 'True' and ansible_architecture == 'x86_64'
|
||||
when: ansible_distribution == 'Fedora' and ansible_architecture == 'x86_64'
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
@ -26,7 +26,7 @@
|
|||
- fedora.repo
|
||||
- fedora-updates.repo
|
||||
- fedora-updates-testing.repo
|
||||
when: is_fedora == 'True' and ansible_architecture == 'armv7l'
|
||||
when: ansible_distribution == 'Fedora' and ansible_architecture == 'armv7l'
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue