projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd6aec
)
websockets restart continued
collab/berick/ansible-installer-ubuntu-16.04-services
author
Bill Erickson
<berickxx@gmail.com>
Thu, 15 Jun 2017 22:10:41 +0000
(18:10 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/opensrf/websockets.yml
b/opensrf/websockets.yml
index
82e978f
..
1cbc4d4
100644
(file)
--- 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