This commit is contained in:
Ralph Bean 2015-11-17 17:08:49 +00:00
parent 6b0f5d1676
commit fb8599fc66

View file

@ -15,7 +15,7 @@
- name: install python2 fedmsg package - name: install python2 fedmsg package
yum: pkg=fedmsg state=present yum: pkg=fedmsg state=present
when: "'python34-fedmsg' in group_names" when: "'python34-fedmsg' not in group_names"
tags: fedmsg/base tags: fedmsg/base
- name: install the python34 fedmsg package - name: install the python34 fedmsg package