mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -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
|
@ -19,7 +19,7 @@ options:
|
|||
description:
|
||||
- The default behaviour for targets that are unused is to leave them registered. If instead you would like to remove them
|
||||
set I(deregister_unused) to yes.
|
||||
choices: [ 'yes', 'no' ]
|
||||
type: bool
|
||||
target_az:
|
||||
description:
|
||||
- An Availability Zone or all. This determines whether the target receives traffic from the load balancer nodes in the specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue