Work around this for now.

This commit is contained in:
Kevin Fenzi 2014-01-24 23:26:03 +00:00
parent 31a46523a1
commit d17fd8236a

View file

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