do not replace base repo on branched instance

This commit is contained in:
Kevin Fenzi 2017-09-10 20:11:11 +00:00
parent 7cc3dcc440
commit 459b893fcc

View file

@ -37,7 +37,7 @@
- fedora.repo - fedora.repo
- fedora-updates.repo - fedora-updates.repo
- fedora-updates-testing.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('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('f27-test')
tags: tags:
- config - config
- packages - packages