mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
output clarif re: apache_enabled in 0-init/tasks/main.yml
This commit is contained in:
parent
e721e07676
commit
ec6ea8a648
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
when: adm_cons_force_ssl | bool
|
||||
|
||||
# SEE: https://github.com/iiab/iiab/blob/master/roles/nginx/README.md
|
||||
- name: Enable Apache if any of {DokuWiki, Elgg, Lokole, Moodle, Nextcloud, Node-RED} are set to install
|
||||
- name: Set 'apache_enabled: True' if any of {DokuWiki, Elgg, Lokole, Moodle, Nextcloud, Node-RED} are set to install
|
||||
set_fact:
|
||||
apache_enabled: True
|
||||
when: dokuwiki_install or elgg_install or lokole_install or moodle_install or nextcloud_install or nodered_install
|
||||
|
|
Loading…
Reference in a new issue