linderhof/roles/radicale/handlers/main.yml

8 lines
155 B
YAML
Raw Normal View History

---
- name: restart radicale
community.docker.docker_compose_v2:
project_src: /srv/radicale
state: present
recreate: always
build: never