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:
parent
f8ff1bc68a
commit
e2d0913295
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue