Pin radicale version

This commit is contained in:
Sonny Bakker 2024-12-09 19:26:55 +01:00
parent 4c68081a8d
commit 07f500e884
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@
pip: pip:
name: radicale name: radicale
state: present state: present
version: '{{ radicale_version }}'
virtualenv: '/usr/local/lib/radicale/env' virtualenv: '/usr/local/lib/radicale/env'
notify: restart radicale service notify: restart radicale service

View file

@ -2,3 +2,4 @@ radicale_certificate_path: '/etc/ssl/localcerts/radicale/server_cert.pem'
radicale_key_path: '/etc/ssl/localcerts/radicale/server_key.pem' radicale_key_path: '/etc/ssl/localcerts/radicale/server_key.pem'
radicale_certificate_authority_path: '/etc/ssl/localcerts/radicale/client_cert.pem' radicale_certificate_authority_path: '/etc/ssl/localcerts/radicale/client_cert.pem'
radicale_storage_path: '/etc/radicale/collections' radicale_storage_path: '/etc/radicale/collections'
radicale_version: 3.3.1