From b753de9428dbd4e028e4bd5eab9411d34c2e9ca7 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 9 Apr 2018 14:36:31 +0000 Subject: [PATCH] Don't install custom Fedora repos on f28-test --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 11d26b72a0..8fac4f6b7d 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -37,7 +37,7 @@ - fedora.repo - fedora-updates.repo - fedora-updates-testing.repo - when: ansible_distribution == 'Fedora' and (ansible_architecture == 'x86_64' or ansible_architecture == 'i386' or ansible_architecture == 'armv7l') and not inventory_hostname.startswith('arm03') and not inventory_hostname.startswith('f27-test') and not inventory_hostname.startswith('wiki01.stg') + when: ansible_distribution == 'Fedora' and (ansible_architecture == 'x86_64' or ansible_architecture == 'i386' or ansible_architecture == 'armv7l') and not inventory_hostname.startswith('arm03') and not inventory_hostname.startswith('f28-test') and not inventory_hostname.startswith('wiki01.stg') tags: - config - packages