linderhof/playbooks/radicale.yml

9 lines
148 B
YAML
Raw Normal View History

---
- name: Deploy Radicale (CalDAV/CardDAV)
hosts: all
become: true
roles:
- role: radicale
when: enable_radicale | default(true)