📦: nextcloud v31.0.6
Some checks failed
ansible-lint / lint-everything (push) Failing after 39s

This commit is contained in:
VC
2025-06-12 13:18:14 +02:00
parent ad4380829d
commit fdf021b45b

View File

@@ -1,6 +1,6 @@
--- ---
nextcloud_version: "31.0.5" nextcloud_version: "31.0.6"
nextcloud_url: "https://download.nextcloud.com/server/releases/nextcloud-{{ nextcloud_version }}.tar.bz2" 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 }}" nextcloud_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'nextcloud') | map(attribute='host') | first }}"