From 4a1499fe61df0550b25adf054adaf0012a0ca698 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 21 Apr 2016 21:41:57 +0000 Subject: [PATCH] Don't install fedora repo files on jenkins-slave-f24 because it's a pre-release --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index e2be10b05b..74affb986e 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -21,7 +21,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') + 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('jenkins-slave-f24') tags: - config - packages