yumrepos: bring over arm03 exclusion to primary

This commit is contained in:
Peter Robinson 2015-03-24 22:55:16 +00:00 committed by Peter Robinson
parent b43a3f8a49
commit 4f88b28df2
4 changed files with 83 additions and 2 deletions

View file

@ -27,7 +27,7 @@
- fedora.repo
- fedora-updates.repo
- fedora-updates-testing.repo
when: ansible_distribution == 'Fedora' and (ansible_architecture == 'x86_64' or ansible_architecture == 'i386' or ansible_architecture == 'armv7l')
when: ansible_distribution == 'Fedora' and (ansible_architecture == 'x86_64' or ansible_architecture == 'i386' or ansible_architecture == 'armv7l') and not inventory_hostname.startswith('aarch64')
tags:
- config
- packages
@ -39,7 +39,7 @@
- fedora.repo
- fedora-updates.repo
- fedora-updates-testing.repo
when: ansible_distribution == 'Fedora' and ansible_architecture == 'aarch64' and not inventory_hostname.startswith('aarch64')
when: ansible_distribution == 'Fedora' and ansible_architecture == 'aarch64'
tags:
- config
- packages