diff options
Diffstat (limited to 'ngircd/handlers/main.yaml')
| -rw-r--r-- | ngircd/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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" |
