Switch to Docker Compose v2

This commit is contained in:
Brain 2024-04-16 15:27:13 +02:00
parent b40f9f7213
commit 59a68f9fdb
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A
1 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@
- name: Be sure the ki services are running
become: true
community.docker.docker_compose:
community.docker.docker_compose_v2:
project_src: /var/docker/ki
pull: true
pull: always