1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

vars/ubuntu-21.yml: Update PHP & PostgreSQL version# comments (good for 21.04, but 21.10 might complicate things!)

This commit is contained in:
A Holt 2021-04-22 13:37:14 -04:00 committed by GitHub
parent 884e41722d
commit 8bd4895978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ mysql_service: mariadb
apache_log: /var/log/apache2/access.log
sshd_package: openssh-server
sshd_service: ssh
php_version: 7.4 # 2020-11-14: Change to 8.0 very soon?
php_version: 7.4 # 2020-04-22: Will Ubuntu 21.10 require 8.0?
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
postgresql_version: 13 # 2020-11-14: Change to 13 very soon?
postgresql_version: 13 # 2020-04-22: Will Ubuntu 21.10 require 14?
systemd_location: /lib/systemd/system