diff --git a/roles/mysql/tasks/install.yml b/roles/mysql/tasks/install.yml index 6b5875a51..9c7d5678f 100644 --- a/roles/mysql/tasks/install.yml +++ b/roles/mysql/tasks/install.yml @@ -1,4 +1,4 @@ -# Stanzas as of 2020-02-04: +# Stanzas as of 2020-05-21: # # - 1 base install # - 6 double timeout for slow CPUs @@ -11,7 +11,7 @@ - mariadb-server - mariadb-client # - php{{ php_version }} # On Ubuntu 20.04 (and prob other OS's) this forces the install of: apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php{{ php_version }} ETC - - php{{ php_version }}-common # 2020-05-19: @jvonau suggests this to avoid Apache above. Or its superset php{{ php_version }}-cli if absolutely nec? + - php{{ php_version }}-common # 2020-05-21: @jvonau suggests this to avoid Apache above. Or its superset php{{ php_version }}-cli if absolutely nec? - php{{ php_version }}-mysql - php-pear - php{{ php_version }}-gd diff --git a/vars/default_vars.yml b/vars/default_vars.yml index e4f0c9b3c..2d0ed6446 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -260,7 +260,7 @@ apache_allow_sudo: True # See also Apache vars {default_language, language_priority} @ top of this file # -# 2020-05-17: apache_install is completely ignored as Apache is installed on +# 2020-05-21: 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