This should come last.
This commit is contained in:
parent
0c51cbc281
commit
2e3ebf1ab4
1 changed files with 8 additions and 9 deletions
|
@ -8,15 +8,6 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: ensure that nrpe has rights to monitor us
|
||||
file: >
|
||||
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
|
||||
mode=0775
|
||||
owner=fedmsg
|
||||
group=nrpe
|
||||
state=file
|
||||
ignore_errors: true
|
||||
|
||||
- name: fedmsg-hub service
|
||||
service: name=fedmsg-hub state=started enabled=yes
|
||||
|
||||
|
@ -30,3 +21,11 @@
|
|||
when: not enable_websocket_server
|
||||
notify: restart fedmsg-hub
|
||||
|
||||
- name: ensure that nrpe has rights to monitor us
|
||||
file: >
|
||||
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
|
||||
mode=0775
|
||||
owner=fedmsg
|
||||
group=nrpe
|
||||
state=file
|
||||
ignore_errors: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue