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