Update Postgres to 15.13
Some checks failed
/ Ansible Lint (push) Failing after 1m52s

This commit is contained in:
chris 2025-05-20 20:24:29 +02:00
commit 8ff457b01e
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
nextcloud__version: 30
nextcloud__postgres_version: 15.9
nextcloud__postgres_version: 15.13
nextcloud__fqdn: cloud.hamburg.ccc.de
nextcloud__data_dir: /data/nextcloud
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"