From b6640b38fca2d097e057dbc6823aab33f3420890 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Wed, 20 May 2015 21:46:55 -0400 Subject: [PATCH] Remove invoking restart of the supervisor service by default. --- tasks/rookeries_deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/rookeries_deployment.yaml b/tasks/rookeries_deployment.yaml index f912443..c2c5e08 100644 --- a/tasks/rookeries_deployment.yaml +++ b/tasks/rookeries_deployment.yaml @@ -27,6 +27,5 @@ - name: install bower dependencies in app command: bower install --allow-root --quiet chdir={{ web_root_path }}/rookeries_webapp notify: - - restart supervisord - restart uwsgi app when: deploy_package.stat.exists