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

This commit is contained in:
VC
2025-03-19 23:00:02 +01:00
parent f81a9ac5d8
commit 000cafc4a7

View File

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