mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
didn't move yet
This commit is contained in:
parent
f2395ec8d9
commit
01913a8e54
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
|||
name: mysql
|
||||
when: mysql_install | bool
|
||||
|
||||
- name: Install APACHE (configured LATER, in Stage 4)
|
||||
- name: Install APACHE (configured LATER, in Stage 9)
|
||||
include_tasks: roles/httpd/tasks/install.yml
|
||||
when: apache_install | bool
|
||||
|
||||
- name: Install NGINX (configured LATER, in Stage 4)
|
||||
- name: Install NGINX (configured LATER, in Stage 9)
|
||||
include_tasks: roles/nginx/tasks/install.yml
|
||||
when: nginx_install | bool
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue