📦: nextcloud v31.0.8
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m8s

This commit is contained in:
VC
2025-08-14 10:55:50 +02:00
parent d4f25a3a24
commit f882f9bb7f

View File

@@ -1,6 +1,6 @@
---
nextcloud_version: "31.0.7"
nextcloud_version: "31.0.8"
nextcloud_url: "https://download.nextcloud.com/server/releases/nextcloud-{{ nextcloud_version }}.tar.bz2"
nextcloud_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'nextcloud') | map(attribute='host') | first }}"