From c4e4e8a38358585bd82432ee294009397fcd04ce Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Tue, 5 Apr 2016 18:12:10 -0400 Subject: [PATCH] Fix supervisord configuration. --- handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/main.yml b/handlers/main.yml index e7a7f6f..c06bb10 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,7 +1,7 @@ --- # handlers file for ansible-nginx-uwsgi-supervisor - name: restart uwsgi app - supervisorctl: name={{ uwsgi_app_service_name }} state=restarted config=/etc/supervisor/supervisor.conf + supervisorctl: name={{ uwsgi_app_service_name }} state=restarted config=/etc/supervisor/supervisord.conf sudo: yes - name: start supervisord