more f24 jenkins builder bits

This commit is contained in:
Kevin Fenzi 2017-08-22 01:17:49 +00:00
parent 3d8f89e9d4
commit 6fbadc54bd
3 changed files with 6 additions and 6 deletions

View file

@ -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