From 07d364b94fde2e7ab0536743487be86e3241ee08 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Wed, 20 May 2015 10:47:07 -0400 Subject: [PATCH] Fix to restart supervisord if not service not active. --- tasks/rookeries_deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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