Use command instead of docker_compose plugin

This commit is contained in:
Oliver Traber 2023-03-15 22:55:38 +01:00
parent 537590d799
commit 6c674ff530
Signed by: Bluemedia
GPG key ID: C0674B105057136C
4 changed files with 4 additions and 12 deletions

View file

@ -1,8 +1,5 @@
- name: Tear down PXE stack
docker_compose:
project_name: "pxe"
project_src: "{{ playbook_dir }}/roles/pxe-server/files/"
state: absent
ansible.builtin.command: "docker compose --project-name pxe down"
- name: Remove preseed files
file: