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