From d5be08386487e414254f1ea6f207e98ce4841ee8 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 15 Oct 2025 08:39:03 +0000 Subject: [PATCH] Update 2 files - /roles/npm/tasks/main.yml - /roles/heimdall/tasks/main.yml --- roles/heimdall/tasks/main.yml | 2 +- roles/npm/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/heimdall/tasks/main.yml b/roles/heimdall/tasks/main.yml index fc5e2d7..890e722 100644 --- a/roles/heimdall/tasks/main.yml +++ b/roles/heimdall/tasks/main.yml @@ -15,7 +15,7 @@ mode: 0644 - name: Pull and start Heimdall container - community.docker.docker_compose: + community.docker.docker_compose_v2: project_src: "{{ heimdall_base_dir }}" state: present diff --git a/roles/npm/tasks/main.yml b/roles/npm/tasks/main.yml index 2d81743..7b692b7 100644 --- a/roles/npm/tasks/main.yml +++ b/roles/npm/tasks/main.yml @@ -16,7 +16,7 @@ mode: 0644 - name: Pull and start NPM container - community.docker.docker_compose: + community.docker.docker_compose_v2: project_src: "{{ npm_base_dir }}" state: present