From 64c602091b0b0b475af2565df8e89369df5163c8 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 8 Dec 2025 09:45:24 +0500 Subject: [PATCH] Update file main.yml --- roles/qbittorrent/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/qbittorrent/tasks/main.yml b/roles/qbittorrent/tasks/main.yml index e577001..51afbad 100644 --- a/roles/qbittorrent/tasks/main.yml +++ b/roles/qbittorrent/tasks/main.yml @@ -19,7 +19,7 @@ community.docker.docker_compose_v2: project_src: "{{ qbittorrent_base_dir }}" state: present - build: no + build: never pull: always recreate: always remove_orphans: yes