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