From 8208f3f779c69b5ecb43eae6355111c3b5365e70 Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 16 Jul 2026 16:57:52 -0400 Subject: [PATCH] honor app_compose_pull in update task --- tasks/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/update.yml b/tasks/update.yml index 8598a8e..30ecf45 100644 --- a/tasks/update.yml +++ b/tasks/update.yml @@ -9,7 +9,7 @@ - name: Pull latest container images community.docker.docker_compose_v2: project_src: "{{ app_dir }}" - pull: always + pull: "{{ app_compose_pull | default('always') }}" - name: Start application with new images community.docker.docker_compose_v2: