diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 4a76fd6524..0aba7ef71b 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -29,7 +29,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('jenkins-slave-f24') 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('jenkins-slave-f24') and not inventory_hostname.startswith('f26-test') tags: - config - packages