mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Clean up module documentation (#36909)
* Clean up module documentation This PR includes: - Removal of `default: None` (and variations) - Removal of `required: false` - Fixing booleans and `type: bool` where required * Fix remaining (new) validation issues
This commit is contained in:
parent
58eb2e849d
commit
cdd21e2170
624 changed files with 1458 additions and 9114 deletions
|
@ -43,26 +43,19 @@ options:
|
|||
description:
|
||||
- Removes routes when the IGMP process is restarted. By default,
|
||||
routes are not flushed.
|
||||
required: false
|
||||
default: null
|
||||
choices: ['true', 'false']
|
||||
type: bool
|
||||
enforce_rtr_alert:
|
||||
description:
|
||||
- Enables or disables the enforce router alert option check for
|
||||
IGMPv2 and IGMPv3 packets.
|
||||
required: false
|
||||
default: null
|
||||
choices: ['true', 'false']
|
||||
type: bool
|
||||
restart:
|
||||
description:
|
||||
- Restarts the igmp process (using an exec config command).
|
||||
required: false
|
||||
default: null
|
||||
choices: ['true', 'false']
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Manages desired state of the resource.
|
||||
required: false
|
||||
default: present
|
||||
choices: ['present', 'default']
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue