mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 04:49:09 -07:00
Add docker_volume_facts module (#49692)
* Add docker_volume_facts module. * Fix type confusion. * Improve tests.
This commit is contained in:
parent
36e3edff50
commit
aec98b6aab
7 changed files with 204 additions and 5 deletions
|
@ -21,13 +21,13 @@ description:
|
|||
- Create/remove Docker volumes.
|
||||
- Performs largely the same function as the "docker volume" CLI subcommand.
|
||||
options:
|
||||
name:
|
||||
volume_name:
|
||||
description:
|
||||
- Name of the volume to operate on.
|
||||
required: true
|
||||
type: dict
|
||||
type: str
|
||||
aliases:
|
||||
- volume_name
|
||||
- name
|
||||
|
||||
driver:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue