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

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