mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Annotate comments with 2020-05-21
This commit is contained in:
parent
92af3485ec
commit
afd9ee4343
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Stanzas as of 2020-02-04:
|
# Stanzas as of 2020-05-21:
|
||||||
#
|
#
|
||||||
# - 1 base install
|
# - 1 base install
|
||||||
# - 6 double timeout for slow CPUs
|
# - 6 double timeout for slow CPUs
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
- mariadb-server
|
- mariadb-server
|
||||||
- mariadb-client
|
- 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 }} # 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{{ php_version }}-mysql
|
||||||
- php-pear
|
- php-pear
|
||||||
- php{{ php_version }}-gd
|
- php{{ php_version }}-gd
|
||||||
|
|
|
@ -260,7 +260,7 @@ apache_allow_sudo: True
|
||||||
|
|
||||||
# See also Apache vars {default_language, language_priority} @ top of this file
|
# 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 --
|
# 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
|
# but for now we set fake value 'apache_install: True' so that
|
||||||
# 'apache_installed is defined' input validation works, e.g. in
|
# 'apache_installed is defined' input validation works, e.g. in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue