From b63a13caa1cf5b6938f2ce86fcb54a5b920327f3 Mon Sep 17 00:00:00 2001 From: Ashish D'Souza Date: Sat, 24 Jan 2026 10:42:50 -0600 Subject: [PATCH] Adjustment to stop script --- stop.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stop.yaml b/stop.yaml index 5210a07..b0c0bc1 100644 --- a/stop.yaml +++ b/stop.yaml @@ -14,7 +14,7 @@ - name: Docker Compose down Broadcast environment: SERVER_IP: '{{ansible_default_ipv4.address}}' - community.docker.docker_compose: + community.docker.docker_compose_v2: project_name: broadcast project_src: '{{docker_compose_dir.path}}' state: absent