From 86bd1bc69ae5c8b2da835e5bf69f6e9657d619a2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 25 Sep 2013 20:35:14 +0000 Subject: [PATCH] Quotes? --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index e98f14cfd4..dd453baebb 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 == 'True' and ansible_architecture is x86_64 + when: is_fedora == 'True' and ansible_architecture is 'x86_64' tags: - config - packages