Don't install fedora repo files on jenkins-slave-f24 because it's a pre-release

This commit is contained in:
Kevin Fenzi 2016-04-21 21:41:57 +00:00
parent 7c8cae4659
commit 4a1499fe61

View file

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