mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
yumrepos: try and adjust for secondary/primary stuff.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
bb230eb4ae
commit
3fbe452116
@@ -45,7 +45,7 @@
|
||||
- fedora.repo
|
||||
- fedora-updates.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:
|
||||
- config
|
||||
- packages
|
||||
@@ -57,7 +57,7 @@
|
||||
- fedora-modular.repo
|
||||
- fedora-updates-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:
|
||||
- config
|
||||
- packages
|
||||
|
||||
Reference in New Issue
Block a user