Merge branch 'master' of /git/ansible

This commit is contained in:
Robert Mayr 2016-03-08 22:06:07 +00:00
commit 3bb54e2e0d

View file

@ -7,6 +7,15 @@
- fedmsg-hub
tags:
- packages
when: ansible_distribution_major_version|int < 22
- name: install needed packages
dnf: pkg={{ item }} state=present
with_items:
- fedmsg-hub
tags:
- packages
when: ansible_distribution_major_version|int > 21
- name: fedmsg-hub service
service: name=fedmsg-hub state=started enabled=yes