mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
onepassword_raw - Add missing parameter to doc string (#5511)
* onepassword_raw - Add missing parameter to doc string * Remove redundant mention of default value * Update changelogs/fragments/5506-onepassword_raw-missing-param.yml Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
eae33c20f6
commit
c604cc5ba9
3 changed files with 8 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- onepassword_raw - add missing parameter to plugin documentation (https://github.com/ansible-collections/community.general/issues/5506).
|
|
@ -32,7 +32,7 @@ DOCUMENTATION = '''
|
||||||
section:
|
section:
|
||||||
description: Item section containing the field to retrieve (case-insensitive). If absent will return first match from any section.
|
description: Item section containing the field to retrieve (case-insensitive). If absent will return first match from any section.
|
||||||
domain:
|
domain:
|
||||||
description: Domain of 1Password. Default is U(1password.com).
|
description: Domain of 1Password.
|
||||||
version_added: 3.2.0
|
version_added: 3.2.0
|
||||||
default: '1password.com'
|
default: '1password.com'
|
||||||
type: str
|
type: str
|
||||||
|
|
|
@ -30,6 +30,11 @@ DOCUMENTATION = '''
|
||||||
description: Item section containing the field to retrieve (case-insensitive). If absent will return first match from any section.
|
description: Item section containing the field to retrieve (case-insensitive). If absent will return first match from any section.
|
||||||
subdomain:
|
subdomain:
|
||||||
description: The 1Password subdomain to authenticate against.
|
description: The 1Password subdomain to authenticate against.
|
||||||
|
domain:
|
||||||
|
description: Domain of 1Password.
|
||||||
|
version_added: 6.0.0
|
||||||
|
default: '1password.com'
|
||||||
|
type: str
|
||||||
username:
|
username:
|
||||||
description: The username used to sign in.
|
description: The username used to sign in.
|
||||||
secret_key:
|
secret_key:
|
||||||
|
|
Loading…
Reference in a new issue