Refactor packages installation for fedmsg-irc, and use package module

This commit is contained in:
Michael Scherer
2016-04-09 10:33:10 +02:00
committed by Kevin Fenzi
parent 5e4e15ad07
commit 548a1550ee

View File

@@ -1,15 +1,12 @@
- name: install fedmsg-irc
yum: pkg=fedmsg-irc state=present
tags:
- packages
- fedmsg/irc
- name: install python2-fedmsg-meta-fedora-infrastructure
yum: pkg=python2-fedmsg-meta-fedora-infrastructure state=present
- name: install package for fedmsg-irc
package: pkg={{ item }} state=present
tags:
- packages
- fedmsg/irc
with_items:
- fedmsg-irc
- python2-fedmsg-meta-fedora-infrastructure
- name: ensure that nrpe has rights to monitor us
file: >