|
|
@ -8,14 +8,13 @@ |
|
|
|
{%- if pull_by_digest %}{{download.repo}}@sha256:{{download.sha256}}{%- else -%}{{download.repo}}:{{download.tag}}{%- endif -%} |
|
|
|
|
|
|
|
- name: Register docker images info |
|
|
|
raw: >- |
|
|
|
shell: >- |
|
|
|
{{ docker_bin_dir }}/docker images -q | xargs {{ docker_bin_dir }}/docker inspect -f "{{ '{{' }} if .RepoTags {{ '}}' }}{{ '{{' }} (index .RepoTags 0) {{ '}}' }}{{ '{{' }} end {{ '}}' }}{{ '{{' }} if .RepoDigests {{ '}}' }},{{ '{{' }} (index .RepoDigests 0) {{ '}}' }}{{ '{{' }} end {{ '}}' }}" | tr '\n' ',' |
|
|
|
no_log: true |
|
|
|
register: docker_images |
|
|
|
failed_when: false |
|
|
|
changed_when: false |
|
|
|
check_mode: no |
|
|
|
environment: {} |
|
|
|
when: not download_always_pull |
|
|
|
|
|
|
|
- set_fact: |
|
|
|