From c89a6edefe3f73159bc809d05e6f62b47c3c944d Mon Sep 17 00:00:00 2001 From: c6ristian Date: Sun, 26 Jan 2025 02:05:47 +0100 Subject: [PATCH] nextcloud: update to version 30 --- inventories/chaosknoten/host_vars/cloud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventories/chaosknoten/host_vars/cloud.yaml b/inventories/chaosknoten/host_vars/cloud.yaml index 977aa10..7212842 100644 --- a/inventories/chaosknoten/host_vars/cloud.yaml +++ b/inventories/chaosknoten/host_vars/cloud.yaml @@ -1,5 +1,5 @@ -nextcloud__version: 29 -nextcloud__postgres_version: 15.8 +nextcloud__version: 30 +nextcloud__postgres_version: 15.9 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') }}"