yumrepos: bring over arm03 exclusion to primary
This commit is contained in:
parent
b43a3f8a49
commit
4f88b28df2
4 changed files with 83 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue