yumrepos: adjust logic for rawhide-test, shouldn't affect anything else.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
50d998849b
commit
81b2f39d18
1 changed files with 1 additions and 1 deletions
|
@ -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 (ansible_architecture == 'aarch64' or ansible_architecture == 'x86_64' or ansible_architecture == 'i386' or ansible_architecture == 'armv7l') and not inventory_hostname.startswith('arm03') and not inventory_hostname.startswith('wiki01.stg')
|
||||
when: ansible_distribution == 'Fedora' and ansible_distribution_major_version >= 29 and not inventory_hostname.startswith('rawhide-test')
|
||||
tags:
|
||||
- config
|
||||
- packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue