1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Refine suggestion in 9-local-addons/tasks/main.yml

This commit is contained in:
A Holt 2020-01-13 11:05:20 -05:00 committed by GitHub
parent f8ff1bc68a
commit e2d0913295
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,10 @@
# 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 ??
- name: Configure NGINX (already installed in Stage 3-BASE-SERVER)
# If just CONFIGURING, should we use one of the following instead ??
# include_tasks: roles/nginx/tasks/setup.yml
# include_tasks: roles/nginx/tasks/enable.yml
include_role:
name: nginx
when: nginx_install | bool