mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
* Allow to pass options as lookup options.
* Adjust tests.
* Fix non-matching defaults.
(cherry picked from commit a978bff2c7
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
cba4fa2fe8
commit
b26df2a008
79 changed files with 187 additions and 63 deletions
|
@ -87,6 +87,7 @@ options:
|
|||
I(ip_addresses) hash to resolve an IP address to target.
|
||||
details:
|
||||
type: dict
|
||||
default: {}
|
||||
description:
|
||||
- Additional details specific to the check type. Must be a hash of strings
|
||||
between 1 and 255 characters long, or an array or object containing 0 to
|
||||
|
@ -98,6 +99,7 @@ options:
|
|||
default: false
|
||||
metadata:
|
||||
type: dict
|
||||
default: {}
|
||||
description:
|
||||
- Hash of arbitrary key-value pairs to accompany this check if it fires.
|
||||
Keys and values must be strings between 1 and 255 characters long.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue