Role: docker_compose: replace command with module #214
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue