mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Tidy up validate-modules ignores doc-required-mismatch
This commit is contained in:
@@ -48,7 +48,6 @@ options:
|
||||
project_id:
|
||||
description:
|
||||
- UUID of a project of the device to/from which to assign/remove a subnet.
|
||||
required: True
|
||||
type: str
|
||||
|
||||
device_count:
|
||||
@@ -63,6 +62,7 @@ options:
|
||||
- IPv4 or IPv6 subnet which you want to manage. It must come from a reserved block for your project in the Packet Host.
|
||||
aliases: [name]
|
||||
type: str
|
||||
required: true
|
||||
|
||||
state:
|
||||
description:
|
||||
|
||||
@@ -45,6 +45,7 @@ options:
|
||||
description:
|
||||
- UUID of the project to which the device and volume belong.
|
||||
type: str
|
||||
required: true
|
||||
|
||||
volume:
|
||||
description:
|
||||
@@ -52,6 +53,7 @@ options:
|
||||
- It can be a UUID, an API-generated volume name, or user-defined description string.
|
||||
- 'Example values: 4a347482-b546-4f67-8300-fb5018ef0c5, volume-4a347482, "my volume"'
|
||||
type: str
|
||||
required: true
|
||||
|
||||
device:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user