mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 12:49:54 +08:00
Fix this consistently
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -103,12 +103,11 @@
|
||||
- fedmsg/gateway/slave
|
||||
|
||||
- name: ensure that nrpe has rights to monitor us
|
||||
file: >
|
||||
dest=/var/run/fedmsg/monitoring-fedmsg-gateway.socket
|
||||
mode=0775
|
||||
owner=fedmsg
|
||||
group=nrpe
|
||||
state=file
|
||||
user: >
|
||||
name=nrpe
|
||||
append=yes
|
||||
groups=
|
||||
- fedmsg
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- fedmsgmonitor
|
||||
|
||||
Reference in New Issue
Block a user