mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 13:42:49 +00: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
|
|
@ -37,6 +37,7 @@ options:
|
|||
same play)."
|
||||
required: false
|
||||
type: str
|
||||
default: ''
|
||||
password:
|
||||
description:
|
||||
- Password which match to account to which specified C(email) belong.
|
||||
|
|
@ -44,6 +45,7 @@ options:
|
|||
same play)."
|
||||
required: false
|
||||
type: str
|
||||
default: ''
|
||||
cache:
|
||||
description: >
|
||||
In case if single play use blocks management module few times it is
|
||||
|
|
@ -58,7 +60,7 @@ options:
|
|||
manage blocks."
|
||||
- "User's account will be used if value not set or empty."
|
||||
type: str
|
||||
required: false
|
||||
default: ''
|
||||
application:
|
||||
description:
|
||||
- "Name of target PubNub application for which blocks configuration on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue