From 333feadba0a950897ab142135b3b19d602cc42fd Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 May 2020 00:00:17 -0400 Subject: [PATCH] Clarify apache_* vars in default_vars.yml --- vars/default_vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index fb4572340..cd36101d0 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -260,8 +260,8 @@ apache_allow_sudo: True # See also Apache vars {default_language, language_priority} @ top of this file # -# 2020-05-16: apache_install is completely ignored as Node.js is installed -# on demand as a dependency -- by Elgg, Lokole, Moodle and/or Node-RED -- +# 2020-05-16: apache_install is completely ignored as Apache is installed on +# demand as a dependency -- by CUPS, Elgg, Lokole, Moodle and/or Node-RED -- # but for now we set fake value 'apache_install: True' so that # 'apache_installed is defined' input validation works, e.g. in # 0-init/tasks/validate_vars.yml