From 0f7da22071fb23a69cbfcf39ec407859bd4da959 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 15 Oct 2025 08:40:21 +0000 Subject: [PATCH] Update 2 files - /roles/heimdall/handlers/main.yml - /roles/npm/handlers/main.yml --- roles/heimdall/handlers/main.yml | 2 +- roles/npm/handlers/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/heimdall/handlers/main.yml b/roles/heimdall/handlers/main.yml index 3c3e2de..6fd1561 100644 --- a/roles/heimdall/handlers/main.yml +++ b/roles/heimdall/handlers/main.yml @@ -1,5 +1,5 @@ --- - name: restart heimdall - community.docker.docker_compose: + community.docker.docker_compose_v2: project_src: "{{ heimdall_base_dir }}" state: restarted \ No newline at end of file diff --git a/roles/npm/handlers/main.yml b/roles/npm/handlers/main.yml index a1f6f9e..2135136 100644 --- a/roles/npm/handlers/main.yml +++ b/roles/npm/handlers/main.yml @@ -1,5 +1,5 @@ --- - name: restart npm - community.docker.docker_compose: + community.docker.docker_compose_v2: project_src: "{{ npm_base_dir }}" state: restarted \ No newline at end of file