refactor(pxe): switch Docker Compose module to v2

This commit is contained in:
Khue Doan 2024-09-02 12:07:44 +07:00
parent eb1381d38b
commit 84bd288b6f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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