From edb5a411b3b79d62447282fedef35df49b700d1c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 15 Mar 2014 18:13:42 +0000 Subject: [PATCH] Fix fedora conditional. --- playbooks/groups/jenkins-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index b4b15a214d..b9671082e2 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -319,7 +319,7 @@ - name: install pkgs for jenkins for fedora systems action: yum state=installed pkg={{ item }} - #when: is_fedora == 'True' + when: is_fedora is defined with_items: - python3 - python-nose-cover3