📦: RCMCardDAV v5.1.1
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m55s

This commit is contained in:
VC
2025-07-29 08:19:04 +02:00
parent 085b08e48c
commit 90f899a50f

View File

@@ -16,6 +16,6 @@ roundcube_writable_app_dirs:
- temp
# CardDAV extension
roundcube_carddav_version: "5.1.0"
roundcube_carddav_version: "5.1.1"
roundcube_carddav_url: "https://github.com/mstilkerich/rcmcarddav/releases/download/v{{ roundcube_carddav_version }}/carddav-v{{ roundcube_carddav_version }}.tar.gz"
roundcube_carddav_discovery_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'nextcloud') | map(attribute='host') | first }}"