Have to restart here too..
This commit is contained in:
parent
4464657024
commit
21d378da97
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@
|
||||||
- name: enable the websocket server if we should
|
- name: enable the websocket server if we should
|
||||||
copy: src=websockets.py dest=/etc/fedmsg.d/websockets.py
|
copy: src=websockets.py dest=/etc/fedmsg.d/websockets.py
|
||||||
when: enable_websocket_server
|
when: enable_websocket_server
|
||||||
|
notify: restart fedmsg-hub
|
||||||
|
|
||||||
- name: disable the websocket server if we should..
|
- name: disable the websocket server if we should..
|
||||||
file: dest=/etc/fedmsg.d/websockets.py state=absent
|
file: dest=/etc/fedmsg.d/websockets.py state=absent
|
||||||
when: not enable_websocket_server
|
when: not enable_websocket_server
|
||||||
|
notify: restart fedmsg-hub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue