Fix to restart supervisord if not service not active.
This commit is contained in:
parent
b1b6dc5915
commit
07d364b94f
|
@ -26,5 +26,7 @@
|
|||
# TODO Replace with npm installation in the future.
|
||||
- name: install bower dependencies in app
|
||||
command: bower install --allow-root --quiet chdir={{ web_root_path }}/rookeries_webapp
|
||||
notify: restart uwsgi app
|
||||
notify:
|
||||
- restart supervisord
|
||||
- restart uwsgi app
|
||||
when: deploy_package.stat.exists
|
||||
|
|
Loading…
Reference in New Issue