Add docker_volume_facts module (#49692)

* Add docker_volume_facts module.

* Fix type confusion.

* Improve tests.
This commit is contained in:
Felix Fontein 2018-12-10 06:41:46 +01:00 committed by Will Thames
parent 36e3edff50
commit aec98b6aab
7 changed files with 204 additions and 5 deletions

View file

@ -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: