Update Nextcloud -> v25 (#475)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #475
This commit is contained in:
Michael Grote 2023-03-13 14:10:38 +01:00
parent 045f8bc07b
commit 6ea6c8f45a
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ MYSQL_ROOT_PASSWORD={{ lookup('keepass', 'nextcloud_mysql_root_password', 'passw
MYSQL_PASSWORD={{ lookup('keepass', 'nextcloud_mysql_password', 'password') }}
REDIS_HOST_PASSWORD={{ lookup('keepass', 'nextcloud_redis_host_password', 'password') }}
SMTP_PASSWORD={{ lookup('keepass', 'postfix_absender_passwort', 'password') }}
NC_MAJOR_VERSION=23
NC_MAJOR_VERSION=25