honor app_compose_pull in update task
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user