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

This commit is contained in:
Michael Grote 2024-10-23 17:54:14 +02:00
parent 77fb85228d
commit 75136a62c2

View file

@ -63,9 +63,9 @@
- name: stop old container
become: true
ansible.builtin.command: docker-compose down # noqa no-changed-when
args:
chdir: "{{ compose_dest_basedir }}/{{ item.name }}"
community.docker.docker_compose_v2:
project_src: "{{ compose_dest_basedir }}/{{ item.name }}"
state: absent
loop: "{{ compose_files }}"
when:
- item.state == "absent"