Adjust booleans in net tools, web infrastructure, and clustering modules. (#5159)

This commit is contained in:
Felix Fontein 2022-08-24 20:00:11 +02:00 committed by GitHub
commit 7533f9ac26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 72 additions and 72 deletions

View file

@ -70,7 +70,7 @@ options:
description:
- whether to verify the TLS certificate of the consul agent
type: bool
default: 'yes'
default: true
notes:
type: str
description:

View file

@ -46,7 +46,7 @@ options:
description:
- The key at which the value should be stored.
type: str
required: yes
required: true
value:
description:
- The value should be associated with the given key, required if C(state)
@ -55,7 +55,7 @@ options:
recurse:
description:
- If the key represents a prefix, each entry with the prefix can be
retrieved by setting this to C(yes).
retrieved by setting this to C(true).
type: bool
retrieve:
description:
@ -103,7 +103,7 @@ options:
description:
- Whether to verify the tls certificate of the consul agent.
type: bool
default: 'yes'
default: true
'''