mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00: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
|
@ -50,13 +50,12 @@ options:
|
|||
on personally controlled sites using self-signed certificates.
|
||||
You can omit this option if the environment variable
|
||||
C(F5_VALIDATE_CERTS) is set.
|
||||
default: yes
|
||||
type: bool
|
||||
default: 'yes'
|
||||
version_added: 2.0
|
||||
provider:
|
||||
description:
|
||||
- A dict object containing connection details.
|
||||
default: null
|
||||
version_added: 2.5
|
||||
suboptions:
|
||||
password:
|
||||
|
@ -88,8 +87,8 @@ options:
|
|||
on personally controlled sites using self-signed certificates.
|
||||
You can omit this option if the environment variable
|
||||
C(F5_VALIDATE_CERTS) is set.
|
||||
default: yes
|
||||
type: bool
|
||||
default: 'yes'
|
||||
timeout:
|
||||
description:
|
||||
- Specifies the timeout in seconds for communicating with the network device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue