dsfgd
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in -16m34s
ansible-lint / Ansible Lint (pull_request) Successful in -16m3s

This commit is contained in:
Michael Grote 2024-10-23 17:56:53 +02:00
parent 75136a62c2
commit 9ae6e0c31e

View file

@ -51,11 +51,13 @@
when:
- item.network is defined
- name: (re)start container
- name: restart changed container
become: true
community.docker.docker_compose_v2:
project_src: "{{ compose_dest_basedir }}/{{ item.name }}"
state: restarted
dependencies: true
pull: missing
loop: "{{ compose_files }}"
when:
- item.state == "present"