Files
2026-05-02 09:15:51 -03:00

8 lines
206 B
YAML

---
- name: restart automatisch
community.docker.docker_compose_v2:
project_src: "{{ automatisch_data_dir }}"
state: present
recreate: always
when: not (molecule_test_mode | default(false))