Remove invoking restart of the supervisor service by default.
This commit is contained in:
parent
5673891638
commit
b6640b38fc
|
@ -27,6 +27,5 @@
|
||||||
- name: install bower dependencies in app
|
- name: install bower dependencies in app
|
||||||
command: bower install --allow-root --quiet chdir={{ web_root_path }}/rookeries_webapp
|
command: bower install --allow-root --quiet chdir={{ web_root_path }}/rookeries_webapp
|
||||||
notify:
|
notify:
|
||||||
- restart supervisord
|
|
||||||
- restart uwsgi app
|
- restart uwsgi app
|
||||||
when: deploy_package.stat.exists
|
when: deploy_package.stat.exists
|
||||||
|
|
Loading…
Reference in New Issue