mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 17:04:02 -07:00
More validate module fixes (#39097)
* Fix type bool DOCUMENTATION issues
This commit is contained in:
parent
b533ebe20d
commit
7c4b91844d
118 changed files with 187 additions and 398 deletions
|
@ -67,7 +67,7 @@ options:
|
|||
specified. If no tags are specified, it removes all existing tags for the distribution. When I(purge_tags=no), existing tags are kept and I(tags)
|
||||
are added, if specified.
|
||||
default: 'no'
|
||||
choices: ['yes', 'no']
|
||||
type: bool
|
||||
|
||||
alias:
|
||||
description:
|
||||
|
@ -85,7 +85,7 @@ options:
|
|||
- Specifies whether existing aliases will be removed before adding new aliases. When I(purge_aliases=yes), existing aliases are removed and I(aliases)
|
||||
are added.
|
||||
default: 'no'
|
||||
choices: ['yes', 'no']
|
||||
type: bool
|
||||
|
||||
default_root_object:
|
||||
description:
|
||||
|
@ -245,7 +245,7 @@ options:
|
|||
description:
|
||||
- A boolean value that specifies whether the distribution is enabled or disabled.
|
||||
default: 'yes'
|
||||
choices: ['yes', 'no']
|
||||
type: bool
|
||||
|
||||
viewer_certificate:
|
||||
description:
|
||||
|
@ -280,13 +280,13 @@ options:
|
|||
ipv6_enabled:
|
||||
description:
|
||||
- Determines whether IPv6 support is enabled or not.
|
||||
choices: ['yes', 'no']
|
||||
type: bool
|
||||
default: 'no'
|
||||
|
||||
wait:
|
||||
description:
|
||||
- Specifies whether the module waits until the distribution has completed processing the creation or update.
|
||||
choices: ['yes', 'no']
|
||||
type: bool
|
||||
default: 'no'
|
||||
|
||||
wait_timeout:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue