mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #758 from holta/postgresql-10-not-10.3
vars/ubuntu-18.yml requires "postgresql_version: 10" not 10.3
This commit is contained in:
commit
2a2c2ca75a
1 changed files with 2 additions and 1 deletions
|
@ -18,5 +18,6 @@ mysql_service: mysql
|
|||
apache_log: /var/log/apache2/access.log
|
||||
sshd_service: ssh
|
||||
php_version: 7.2
|
||||
postgresql_version: 10.3
|
||||
# "postgresql_version: 10.3" fails (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 18.04)
|
||||
postgresql_version: 10
|
||||
systemd_location: /lib/systemd/system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue