diff --git a/tasks/rookeries_deployment.yaml b/tasks/rookeries_deployment.yaml index feaa976..f912443 100644 --- a/tasks/rookeries_deployment.yaml +++ b/tasks/rookeries_deployment.yaml @@ -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