Might be it needs this.

This commit is contained in:
Kevin Fenzi 2013-09-25 20:32:47 +00:00
parent 612f2ac42f
commit e6025b6e8c

View file

@ -16,7 +16,7 @@
- fedora.repo - fedora.repo
- fedora-updates.repo - fedora-updates.repo
- fedora-updates-testing.repo - fedora-updates-testing.repo
when: is_fedora and ansible_architecture is x86_64 when: is_fedora == 'True' and ansible_architecture is x86_64
tags: tags:
- config - config
- packages - packages
@ -27,7 +27,7 @@
- fedora.repo - fedora.repo
- fedora-updates.repo - fedora-updates.repo
- fedora-updates-testing.repo - fedora-updates-testing.repo
when: is_fedora and {{ ansible_architecture }}.startswith('armv7l') when: is_fedora == 'True' and ansible_architecture is armv7l
tags: tags:
- config - config
- packages - packages