Don't install custom Fedora repos on f28-test

This commit is contained in:
Mikolaj Izdebski 2018-04-09 14:36:31 +00:00
parent 0a0efd9e04
commit b753de9428

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') and not inventory_hostname.startswith('wiki01.stg')
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('f28-test') and not inventory_hostname.startswith('wiki01.stg')
tags:
- config
- packages