mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add docker_volume_facts module (#49692)
* Add docker_volume_facts module. * Fix type confusion. * Improve tests.
This commit is contained in:
committed by
Will Thames
parent
36e3edff50
commit
aec98b6aab
@@ -77,7 +77,7 @@ exists:
|
||||
docker_container:
|
||||
description:
|
||||
- Facts representing the current state of the container. Matches the docker inspection output.
|
||||
- Will be empty if container does not exist.
|
||||
- Will be C(None) if container does not exist.
|
||||
returned: always
|
||||
type: dict
|
||||
sample: '{
|
||||
|
||||
Reference in New Issue
Block a user