From: Bill Erickson Date: Thu, 15 Jun 2017 22:10:41 +0000 (-0400) Subject: websockets restart continued X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fberick%2Fansible-installer-ubuntu-16.04-services;p=working%2Frandom.git websockets restart continued Signed-off-by: Bill Erickson --- 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