mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
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:
@@ -23,8 +23,8 @@ options:
|
||||
name:
|
||||
description:
|
||||
- Name of the volume to inspect.
|
||||
required: true
|
||||
type: str
|
||||
required: yes
|
||||
aliases:
|
||||
- volume_name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user