Don't setup internal repos for arm03 anymore.

This commit is contained in:
Kevin Fenzi 2014-02-28 19:36:41 +00:00
parent d4a4c0a8c6
commit 1b19b5e7e3

View file

@ -26,7 +26,7 @@
- fedora.repo
- fedora-updates.repo
- fedora-updates-testing.repo
when: ansible_distribution == 'Fedora' and ansible_architecture == 'armv7l'
when: ansible_distribution == 'Fedora' and ansible_architecture == 'armv7l' and not inventory_hostname.startswith('arm03')
tags:
- config
- packages