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:
parent
884e41722d
commit
8bd4895978
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue