honor app_compose_pull in update task

This commit is contained in:
2026-07-16 16:57:52 -04:00
parent af2fe22bfa
commit 8208f3f779
+1 -1
View File
@@ -9,7 +9,7 @@
- name: Pull latest container images - name: Pull latest container images
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: "{{ app_dir }}" project_src: "{{ app_dir }}"
pull: always pull: "{{ app_compose_pull | default('always') }}"
- name: Start application with new images - name: Start application with new images
community.docker.docker_compose_v2: community.docker.docker_compose_v2: