From 14db502f6c158fc61c324d7cba5167fbcc27f4ce Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 14 Jun 2020 11:40:43 -0500 Subject: Added ngircd. --- ngircd/handlers/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ngircd/handlers/main.yaml (limited to 'ngircd/handlers/main.yaml') diff --git a/ngircd/handlers/main.yaml b/ngircd/handlers/main.yaml new file mode 100644 index 0000000..7478b59 --- /dev/null +++ b/ngircd/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart ngircd + become: yes + systemd: name="ngircd" state="restarted" daemon_reload="yes" -- cgit v1.2.3