Fix syntax errors.

This commit is contained in:
Ralph Bean 2015-06-29 19:14:39 +00:00
parent d8f09def3d
commit 23398d7f6a

View file

@ -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