mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
docker: rename docker_*_facts -> docker_*_info (#54124)
* Rename docker_*_facts -> docker_*_info. * Add changelog. * Update scenario guide.
This commit is contained in:
parent
9c77509cbc
commit
8d62794f91
40 changed files with 114 additions and 106 deletions
|
@ -14,8 +14,8 @@ Ansible offers the following modules for orchestrating Docker containers:
|
|||
docker_image
|
||||
Provides full control over images, including: build, pull, push, tag and remove.
|
||||
|
||||
docker_image_facts
|
||||
Inspects one or more images in the Docker host's image cache, providing the information as facts for making
|
||||
docker_image_info
|
||||
Inspects one or more images in the Docker host's image cache, providing the information for making
|
||||
decision or assertions in a playbook.
|
||||
|
||||
docker_login
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue