From 612f2ac42f75365f7cd3a6faeb6cb80f6296467e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 25 Sep 2013 20:29:02 +0000 Subject: [PATCH] Ok, how about this syntax? --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 50b06448e1..ecbb41d0f5 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -16,7 +16,7 @@ - fedora.repo - fedora-updates.repo - fedora-updates-testing.repo - when: is_fedora and {{ ansible_architecture }}.startswith('x86_64') + when: is_fedora and ansible_architecture is x86_64 tags: - config - packages