mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use set_fact apache_enabled: True for apache apps
This commit is contained in:
parent
27679ada01
commit
725a7df59b
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@
|
|||
gui_port: 443
|
||||
when: adm_cons_force_ssl | bool
|
||||
|
||||
- name: Turn on Apache for (dokuwiki elgg lokole moodle nodered nextcloud)
|
||||
set_fact:
|
||||
apache_enabled: True
|
||||
when: dokuwiki_install or elgg_install or lokole_install or moodle_install or nodered_install or nextcloud_install
|
||||
|
||||
- name: Turn on both vars for MySQL (mandatory in Stage 3!)
|
||||
set_fact:
|
||||
mysql_install: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue