exclude wiki01.stg from yumrepos as they are not correct for prerelease, remove after release

This commit is contained in:
Kevin Fenzi 2017-11-10 20:50:28 +00:00
parent def9f2bdae
commit b7b867bbd6

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('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