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

This commit is contained in:
VC
2025-11-20 12:17:37 +01:00
parent a46063647c
commit 0a7038830b

View File

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