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