Have to restart here too..

This commit is contained in:
Ralph Bean 2014-07-17 01:47:11 +00:00
parent 4464657024
commit 21d378da97

View file

@ -14,7 +14,9 @@
- name: enable the websocket server if we should
copy: src=websockets.py dest=/etc/fedmsg.d/websockets.py
when: enable_websocket_server
notify: restart fedmsg-hub
- name: disable the websocket server if we should..
file: dest=/etc/fedmsg.d/websockets.py state=absent
when: not enable_websocket_server
notify: restart fedmsg-hub