From ec8755c5d6eaf691e173b867ae9784e939a87604 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 15 Jun 2017 18:10:41 -0400 Subject: [PATCH] websockets restart continued Signed-off-by: Bill Erickson --- opensrf/websockets.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opensrf/websockets.yml b/opensrf/websockets.yml index 82e978f32..1cbc4d49e 100644 --- a/opensrf/websockets.yml +++ b/opensrf/websockets.yml @@ -28,6 +28,9 @@ remote_src: true src: "{{repo_base}}/OpenSRF/examples/apache_24/websockets/apache2.conf" dest: /etc/apache2-websockets/apache2.conf + - name: Reload Systemd Configs + become: true + shell: systemctl daemon-reload when: websocketsconf.stat.isdir is not defined # NOTE: restarting websockets here fails because the SSL cert is not yet in place -- 2.11.0