mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
docker: rename docker_*_facts -> docker_*_info (#54124)
* Rename docker_*_facts -> docker_*_info. * Add changelog. * Update scenario guide.
This commit is contained in:
committed by
John R Barker
parent
9c77509cbc
commit
8d62794f91
@@ -115,7 +115,7 @@
|
||||
- push_3 is not changed
|
||||
|
||||
- name: Get facts of local image
|
||||
docker_image_facts:
|
||||
docker_image_info:
|
||||
name: "{{ registry_address }}/test/hello-world:latest"
|
||||
register: facts_1
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
force_absent: yes
|
||||
|
||||
- name: Get facts of local image (absent)
|
||||
docker_image_facts:
|
||||
docker_image_info:
|
||||
name: "{{ registry_address }}/test/hello-world:latest"
|
||||
register: facts_2
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
register: pull_2
|
||||
|
||||
- name: Get facts of local image (present)
|
||||
docker_image_facts:
|
||||
docker_image_info:
|
||||
name: "{{ registry_address }}/test/hello-world:latest"
|
||||
register: facts_3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user