mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 21:09:09 -07:00
Adjust booleans in net tools, web infrastructure, and clustering modules. (#5159)
This commit is contained in:
parent
675bdef190
commit
7533f9ac26
20 changed files with 72 additions and 72 deletions
|
@ -72,14 +72,14 @@ options:
|
|||
- Whether the record should be the only one for that record type and record name.
|
||||
- Only use with C(state) is set to C(present) on a record.
|
||||
type: 'bool'
|
||||
default: no
|
||||
default: false
|
||||
sandbox:
|
||||
description:
|
||||
- Use the DNSimple sandbox environment.
|
||||
- Requires a dedicated account in the dnsimple sandbox environment.
|
||||
- Check U(https://developer.dnsimple.com/sandbox/) for more information.
|
||||
type: 'bool'
|
||||
default: no
|
||||
default: false
|
||||
version_added: 3.5.0
|
||||
requirements:
|
||||
- "dnsimple >= 2.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue