mirror of
https://github.com/BluemediaDev/homelab.git
synced 2025-05-10 14:21:35 +02:00
Use command instead of docker_compose plugin
This commit is contained in:
parent
537590d799
commit
6c674ff530
4 changed files with 4 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue