mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 16:34:32 +07:00
refactor(pxe): switch Docker Compose module to v2
This commit is contained in:
parent
eb1381d38b
commit
84bd288b6f
@ -25,7 +25,7 @@
|
||||
bmake
|
||||
diffutils
|
||||
docker
|
||||
docker-compose_1 # TODO upgrade to version 2
|
||||
docker-compose
|
||||
dyff
|
||||
git
|
||||
go
|
||||
|
@ -41,7 +41,7 @@
|
||||
loop: "{{ groups['metal'] }}"
|
||||
|
||||
- name: Start the ephemeral PXE server
|
||||
community.docker.docker_compose:
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ role_path }}/files"
|
||||
state: present
|
||||
build: true
|
||||
build: always
|
||||
|
Loading…
Reference in New Issue
Block a user