From b1cd53a9d8bfe1e0b9074a45365f3996ccca35ef Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Fri, 1 Aug 2025 17:29:29 +0000 Subject: [PATCH] Pinned PostgreSQL to v16.6 (#38) This change was made to recover from an update made while attempting to address DevOps/ansible-role-eom#37, which was not solved here. Reviewed-on: https://gitea.eom.dev/DevOps/ansible-role-eom/pulls/38 --- tasks/main.yaml | 2 +- tasks/nextcloud.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/main.yaml b/tasks/main.yaml index 20b1a30..92367fb 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -3,4 +3,4 @@ - name: Deploy include_tasks: "{{ item }}" loop: - - lemmy.yaml + - nextcloud.yaml diff --git a/tasks/nextcloud.yaml b/tasks/nextcloud.yaml index fd8d28d..9ffea81 100644 --- a/tasks/nextcloud.yaml +++ b/tasks/nextcloud.yaml @@ -57,6 +57,8 @@ cronjob: enabled: true redis: + #global: + #defaultStorageClass: r720-nfs-client enabled: true auth: password: "{{ redis_auth_password }}" @@ -109,6 +111,8 @@ database: nextcloud postgresql: enabled: true + image: + tag: 16.6.0-debian-12-r2 global: postgresql: auth: