passwordstore: add hint for subkey=password (#54221)
Clarify that subkey=password will always return the first line. Adding a YAML style subkey called "password" is not possible.
This commit is contained in:
parent
22e1f33f5e
commit
dafdcf286a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ DOCUMENTATION = """
|
|||
type: bool
|
||||
default: 'no'
|
||||
subkey:
|
||||
description: Return a specific subkey of the password.
|
||||
description: Return a specific subkey of the password. When set to C(password), always returns the first line.
|
||||
default: password
|
||||
userpass:
|
||||
description: Specify a password to save, instead of a generated one.
|
||||
|
|
Loading…
Reference in a new issue