websockets restart continued collab/berick/ansible-installer-ubuntu-16.04-services
authorBill Erickson <berickxx@gmail.com>
Thu, 15 Jun 2017 22:10:41 +0000 (18:10 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 15 Jun 2017 22:10:41 +0000 (18:10 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
opensrf/websockets.yml

index 82e978f..1cbc4d4 100644 (file)
@@ -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