From 173b1554013ec29dd60b701d4d49e1161fed2523 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 4 Jul 2020 11:00:20 -0500 Subject: Got ngircd + atheme services roles working. --- atheme/handlers/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 atheme/handlers/main.yaml (limited to 'atheme/handlers/main.yaml') diff --git a/atheme/handlers/main.yaml b/atheme/handlers/main.yaml new file mode 100644 index 0000000..693ccbb --- /dev/null +++ b/atheme/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart atheme + become: yes + systemd: name="atheme-services.service" enabled="yes" daemon_reload="yes" state="restarted" -- cgit v1.2.3