mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
parent
497c2fda91
commit
2080c63f05
@ -103,7 +103,7 @@
|
||||
|
||||
- name: Pull image from test registry (with digest)
|
||||
docker_image:
|
||||
name: "{{ hello_world_image_base }}@{{ facts_3.images[0].RepoDigests[0] }}"
|
||||
name: "{{ facts_3.images[0].RepoDigests[0] }}"
|
||||
state: present
|
||||
source: pull
|
||||
force_source: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user