mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
anubis-el: restart on bot policy changes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
5
roles/anubis-el/handlers/main.yml
Normal file
5
roles/anubis-el/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: Rstart anubis-el
|
||||||
|
service:
|
||||||
|
name: anubis
|
||||||
|
state: restarted
|
||||||
@@ -78,6 +78,8 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
notify:
|
||||||
|
Restart anubis-el
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- anubis
|
- anubis
|
||||||
|
|||||||
Reference in New Issue
Block a user