Remove separate pull commands
See https://docs.docker.com/reference/compose-file/services/#pull_policy
This commit is contained in:
parent
dfbaa7b4da
commit
8d2b587072
5 changed files with 0 additions and 25 deletions
|
|
@ -51,12 +51,6 @@
|
|||
project_src: "{{ jellyfin_app_dir }}"
|
||||
state: stopped
|
||||
|
||||
- name: Pull {{ image_tag }}
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ jellyfin_app_dir }}"
|
||||
pull: missing
|
||||
state: stopped
|
||||
|
||||
- name: Remove dangling containers
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ jellyfin_app_dir }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue