From 86bfee4ab4454bcbf5d3364a46a8a544582e7b42 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 19 Oct 2019 17:08:53 +0000 Subject: [PATCH] yumrepos: likewise clean up logic on base fedora repos and exclude rawhide test. 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 bb0dc0ef65..44aea6b048 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -45,7 +45,7 @@ - fedora.repo - fedora-updates.repo - fedora-updates-testing.repo - when: ansible_distribution == 'Fedora' 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 not inventory_hostname.startswith('arm03') and not inventory_hostname.startswith('rawhide-test') tags: - config - packages