summaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-08-22 01:17:49 +0000
committerKevin Fenzi <kevin@scrye.com>2017-08-22 01:17:49 +0000
commit6fbadc54bd7cd53af721a950ba5469c883ac30b0 (patch)
tree2d52e118a02be39eaa0978e281d0060f9ca93f43 /tasks
parent3d8f89e9d44648756acb1ab6a7b4b4c3ffdc39eb (diff)
downloadansible-6fbadc54bd7cd53af721a950ba5469c883ac30b0.tar.gz
ansible-6fbadc54bd7cd53af721a950ba5469c883ac30b0.tar.xz
ansible-6fbadc54bd7cd53af721a950ba5469c883ac30b0.zip
more f24 jenkins builder bits
Diffstat (limited to 'tasks')
-rw-r--r--tasks/yumrepos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml
index 31c89b1de..aa66e18d2 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('jenkins-slave-f24') and not inventory_hostname.startswith('f26-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('f26-test')
tags:
- config
- packages