mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00: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:
@@ -36,15 +36,12 @@ options:
|
||||
description:
|
||||
- BIG-IP session support; may be useful to avoid concurrency
|
||||
issues in certain circumstances.
|
||||
required: false
|
||||
default: true
|
||||
choices: []
|
||||
aliases: []
|
||||
type: bool
|
||||
default: 'yes'
|
||||
include:
|
||||
description:
|
||||
- Fact category or list of categories to collect
|
||||
required: true
|
||||
default: null
|
||||
choices:
|
||||
- address_class
|
||||
- certificate
|
||||
@@ -65,15 +62,10 @@ options:
|
||||
- virtual_address
|
||||
- virtual_server
|
||||
- vlan
|
||||
aliases: []
|
||||
filter:
|
||||
description:
|
||||
- Shell-style glob matching string used to filter fact keys. Not
|
||||
applicable for software, provision, and system_info fact categories.
|
||||
required: false
|
||||
default: null
|
||||
choices: []
|
||||
aliases: []
|
||||
extends_documentation_fragment: f5
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user