mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user