From 442bef15b3bebae1965d653a818c0ba7ff4dbc27 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Thu, 26 Sep 2013 17:56:22 +0000 Subject: [PATCH] change this conditional to "when" syntax --- tasks/growroot_cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/growroot_cloud.yml b/tasks/growroot_cloud.yml index c2e42052d4..f2fe716f2a 100644 --- a/tasks/growroot_cloud.yml +++ b/tasks/growroot_cloud.yml @@ -1,6 +1,6 @@ - name: add infra repo action: get_url url=http://infrastructure.fedoraproject.org/el/infrastructure.repo dest=/etc/yum.repos.d/ - only_if: '$is_rhel' + when: is_rhel == 'True' tags: - config