Try moving quotes here.
This commit is contained in:
parent
fa76588aa3
commit
073602820b
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@
|
|||
|
||||
- name: install the python34 fedmsg package (yum)
|
||||
yum: pkg=python34-fedmsg-core state=present
|
||||
when: "'python34-fedmsg' in group_names" and ansible_distribution_major_version|int < 22
|
||||
when: "'python34-fedmsg' in group_names and ansible_distribution_major_version|int < 22"
|
||||
tags: fedmsg/base
|
||||
|
||||
- name: install the python34 fedmsg package (dnf)
|
||||
dnf: pkg=python34-fedmsg-core state=present
|
||||
when: "'python34-fedmsg' in group_names" and ansible_distribution_major_version|int > 21
|
||||
when: "'python34-fedmsg' in group_names and ansible_distribution_major_version|int > 21"
|
||||
tags: fedmsg/base
|
||||
|
||||
- name: install needed packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue