oragono/tasks/main.yaml
changeset 118 56bffa9ef826
parent 114 34c8632d763d
child 137 645c1e109921
--- a/oragono/tasks/main.yaml	Sat Jul 04 18:07:07 2020 -0500
+++ b/oragono/tasks/main.yaml	Sun Jul 05 10:25:32 2020 -0500
@@ -44,14 +44,14 @@
     owner: "oragono"
     group: "oragono"
     mode: "0644"
-  notify: restart oragono
+  notify: reload oragono
 
 - name: copy motd file
   become: yes
   copy:
     src: "{{oragono_motd}}"
     dest: "/etc/oragono/oragono.motd"
-  notify: restart oragono
+  notify: reload oragono
 
 - name: install oragono service
   become: yes