diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 150fc29a12..bb0dc0ef65 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -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