From 7005cbf688d3f4cf03f8ac8ff3c7298c2766a6d8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 17 Mar 2017 21:29:56 +0000 Subject: [PATCH] fix typo --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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