From f9abdab5a2a6965f8b3c98917e7537c3396a8cae Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Fri, 29 Apr 2016 08:57:42 -0400 Subject: [PATCH] Prepare to break out nginx and supervisord setup out into a separate role. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 584a6a2..9cba9eb 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,7 +1,7 @@ --- # tasks file for ansible-nginx-uwsgi-supervisor -- include: python.yaml - include: nginx.yaml - include: supervisor.yaml - include: web_data_folders.yaml +- include: python.yaml - include: uwsgi.yaml