From 81b2f39d18ce42e011f928c236ba94165e5ad7c7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 19 Oct 2019 17:06:39 +0000 Subject: [PATCH] yumrepos: adjust logic for rawhide-test, shouldn't affect anything else. Signed-off-by: Kevin Fenzi --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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