mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
Adjust booleans in doc fragments. (#5152)
This commit is contained in:
parent
9f39294f50
commit
bcecf2dcdc
18 changed files with 30 additions and 30 deletions
|
@ -71,11 +71,11 @@ options:
|
|||
default: ssh
|
||||
use_ssl:
|
||||
description:
|
||||
- Configures the I(transport) to use SSL if set to C(yes) only when the
|
||||
- Configures the I(transport) to use SSL if set to C(true) only when the
|
||||
I(transport) argument is configured as rest. If the transport
|
||||
argument is not I(rest), this value is ignored.
|
||||
type: bool
|
||||
default: yes
|
||||
default: true
|
||||
provider:
|
||||
description:
|
||||
- Convenience method that allows all I(openswitch) arguments to be passed as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue