mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Refactor packages installation for fedmsg-irc, and use package module
This commit is contained in:
committed by
Kevin Fenzi
parent
5e4e15ad07
commit
548a1550ee
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user