From 85e71878d18307203d3f61866dcc13c0ca862947 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 16 Oct 2025 08:23:39 +0000 Subject: [PATCH] Update file main.yml --- roles/ampache/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ampache/tasks/main.yml b/roles/ampache/tasks/main.yml index ce4f7de..974249b 100644 --- a/roles/ampache/tasks/main.yml +++ b/roles/ampache/tasks/main.yml @@ -24,6 +24,6 @@ notify: restart ampache - name: Ensure Ampache is running - docker_compose: + community.docker.docker_compose_v2: project_src: "{{ ampache_base_dir }}" state: present \ No newline at end of file