ff
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in -16m41s
ansible-lint / Ansible Lint (pull_request) Successful in -16m18s

This commit is contained in:
Michael Grote 2024-10-23 17:35:26 +02:00
parent 7f3b125d49
commit 77fb85228d
2 changed files with 2 additions and 4 deletions

View file

@ -32,4 +32,4 @@ networks:
traefik: traefik:
external: true external: true
# test # testdfg

View file

@ -56,8 +56,6 @@
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: "{{ compose_dest_basedir }}/{{ item.name }}" project_src: "{{ compose_dest_basedir }}/{{ item.name }}"
state: restarted state: restarted
register: start_result # speichere ergebnis in var
changed_when: "start_result.rc == 0" # markiere tasks als changed when exit-code == 0
loop: "{{ compose_files }}" loop: "{{ compose_files }}"
when: when:
- item.state == "present" - item.state == "present"