From b7b867bbd6ab3925ca67675423f50c93c92a0378 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 10 Nov 2017 20:50:28 +0000 Subject: [PATCH] exclude wiki01.stg from yumrepos as they are not correct for prerelease, remove after release --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index d8fcf775e3..11d26b72a0 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') + 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') tags: - config - packages