From d67fdf8ed71f6927a00cf6bc812777091e5a026d Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 5 Jul 2020 10:25:32 -0500 Subject: Added nginx and oragono HUP reloading to systemd handlers. Added nginx config. --- oragono/tasks/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oragono/tasks/main.yaml') diff --git a/oragono/tasks/main.yaml b/oragono/tasks/main.yaml index f3cca91..1a06173 100644 --- a/oragono/tasks/main.yaml +++ b/oragono/tasks/main.yaml @@ -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 -- cgit v1.2.3