1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-18 18:01:31 +00:00

Tidy up validate-modules ignores doc-required-mismatch

This commit is contained in:
Alexei Znamensky 2020-11-28 16:54:00 +13:00
parent cff8463882
commit e91903c531
51 changed files with 160 additions and 220 deletions

View file

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

View file

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