Update Nextcloud to version 29

This commit is contained in:
chris 2024-10-31 23:16:45 +01:00
commit 88b8d3b9ba
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
nextcloud__version: 28
nextcloud__postgres_version: 15.3
nextcloud__version: 29
nextcloud__postgres_version: 15.8
nextcloud__fqdn: cloud.hamburg.ccc.de
nextcloud__data_dir: /data/nextcloud
nextcloud__admin_password: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/chaosknoten/cloud/admin', create=false, missing='error') }}"