From e6025b6e8c95fa1a32f111820a6e1ca10470b430 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 25 Sep 2013 20:32:47 +0000 Subject: [PATCH] Might be it needs this. --- tasks/yumrepos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index ecbb41d0f5..e98f14cfd4 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 is x86_64 + when: is_fedora == 'True' and ansible_architecture is x86_64 tags: - config - packages @@ -27,7 +27,7 @@ - fedora.repo - fedora-updates.repo - fedora-updates-testing.repo - when: is_fedora and {{ ansible_architecture }}.startswith('armv7l') + when: is_fedora == 'True' and ansible_architecture is armv7l tags: - config - packages