Fix syntax errors.
This commit is contained in:
parent
d8f09def3d
commit
23398d7f6a
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@
|
|||
|
||||
- name: install python2 fedmsg package
|
||||
yum: pkg=fedmsg state=present
|
||||
when: 'python34-fedmsg' not in groups
|
||||
when: "'python34-fedmsg' not in group_names"
|
||||
tags: fedmsg/base
|
||||
|
||||
- name: install the python34 fedmsg package
|
||||
yum: pkg=python34-fedmsg-core state=present
|
||||
when: 'python34-fedmsg' in groups
|
||||
when: "'python34-fedmsg' in group_names"
|
||||
tags: fedmsg/base
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue