yumrepos: try and adjust for secondary/primary stuff.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bb230eb4ae
commit
3fbe452116
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
||||||
- fedora.repo
|
- fedora.repo
|
||||||
- fedora-updates.repo
|
- fedora-updates.repo
|
||||||
- fedora-updates-testing.repo
|
- fedora-updates-testing.repo
|
||||||
when: ansible_distribution == 'Fedora' and not inventory_hostname.startswith('arm03') and not inventory_hostname.startswith('rawhide-test')
|
when: ansible_distribution == 'Fedora' and not inventory_hostname.startswith(('buildvm-s390x', 'buildvm-ppc64le')) and not inventory_hostname.startswith('rawhide-test')
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- packages
|
- packages
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
- fedora-modular.repo
|
- fedora-modular.repo
|
||||||
- fedora-updates-modular.repo
|
- fedora-updates-modular.repo
|
||||||
- fedora-updates-testing-modular.repo
|
- fedora-updates-testing-modular.repo
|
||||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version >= 29 and not inventory_hostname.startswith('rawhide-test')
|
when: ansible_distribution == 'Fedora' and not inventory_hostname.startswith('rawhide-test') and not inventory_hostname.startswith(('buildvm-s390x', 'buildvm-ppc64le'))
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- packages
|
- packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue