mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
More validate module fixes (#39097)
* Fix type bool DOCUMENTATION issues
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user