mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-22 03:39:08 +00:00
Fix non-matching defaults in docs (#5446)
* Allow to pass options as lookup options. * Adjust tests. * Fix non-matching defaults.
This commit is contained in:
parent
f1d5f71b8d
commit
a978bff2c7
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