mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
* 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>
(cherry picked from commit c604cc5ba9
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
This commit is contained in:
parent
e96bfd07b4
commit
72d4476813
3 changed files with 8 additions and 1 deletions
|
@ -32,7 +32,7 @@ DOCUMENTATION = '''
|
|||
section:
|
||||
description: Item section containing the field to retrieve (case-insensitive). If absent will return first match from any section.
|
||||
domain:
|
||||
description: Domain of 1Password. Default is U(1password.com).
|
||||
description: Domain of 1Password.
|
||||
version_added: 3.2.0
|
||||
default: '1password.com'
|
||||
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.
|
||||
subdomain:
|
||||
description: The 1Password subdomain to authenticate against.
|
||||
domain:
|
||||
description: Domain of 1Password.
|
||||
version_added: 6.0.0
|
||||
default: '1password.com'
|
||||
type: str
|
||||
username:
|
||||
description: The username used to sign in.
|
||||
secret_key:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue