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