From f8ff1bc68a3b56928e221a9a01a2967689af5aa9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 13 Jan 2020 11:02:52 -0500 Subject: [PATCH] Suggestion for 9-local-addons/tasks/main.yml --- roles/9-local-addons/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/9-local-addons/tasks/main.yml b/roles/9-local-addons/tasks/main.yml index 23aa92adc..bb50786b4 100644 --- a/roles/9-local-addons/tasks/main.yml +++ b/roles/9-local-addons/tasks/main.yml @@ -33,6 +33,8 @@ # Could split these two below to Stage 10? - name: Configure NGINX (installed in Stage 3-BASE-SERVER) + # If just CONFIGURING, shouldn't we use the following instead ?? + # include_tasks: roles/nginx/tasks/setup.yml include_role: name: nginx when: nginx_install | bool