Adding automatisch

This commit is contained in:
Ian Roddis
2026-05-02 09:15:51 -03:00
parent f282cacf27
commit 648f08c150
11 changed files with 289 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: restart automatisch
community.docker.docker_compose_v2:
project_src: "{{ automatisch_data_dir }}"
state: present
recreate: always
when: not (molecule_test_mode | default(false))