📦: nextcloud v31.0.5
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m56s

This commit is contained in:
VC
2025-05-15 14:54:08 +02:00
parent b7096f6072
commit c671c8362a

View File

@@ -1,6 +1,6 @@
---
nextcloud_version: "31.0.4"
nextcloud_version: "31.0.5"
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 }}"