docker modules: add missing option types (#52422)

* Add missing option types for docker modules.

* Reorder argument_spec.

* First part of option reordering/reformatting.

* Second part of option reordering/reformatting.

* Forgot two required: false.

* Normalize booleans.

* Added missing period.
This commit is contained in:
Felix Fontein 2019-02-18 21:40:52 +01:00 committed by ansibot
commit 8388c89a29
18 changed files with 647 additions and 561 deletions

View file

@ -23,8 +23,8 @@ options:
name:
description:
- Name of the volume to inspect.
required: true
type: str
required: yes
aliases:
- volume_name