ansible-collection-irc/roles/anope/handlers/main.yml
2020-12-17 02:20:54 +01:00

11 lines
144 B
YAML

---
- name: restart anope
service:
name: anope
state: restarted
- name: reload anope
service:
name: anope
state: reloaded