Fix fedora conditional.
This commit is contained in:
parent
7600552d5a
commit
edb5a411b3
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@
|
||||||
|
|
||||||
- name: install pkgs for jenkins for fedora systems
|
- name: install pkgs for jenkins for fedora systems
|
||||||
action: yum state=installed pkg={{ item }}
|
action: yum state=installed pkg={{ item }}
|
||||||
#when: is_fedora == 'True'
|
when: is_fedora is defined
|
||||||
with_items:
|
with_items:
|
||||||
- python3
|
- python3
|
||||||
- python-nose-cover3
|
- python-nose-cover3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue