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.
pull/54934/head
Julian 5 years ago committed by Alicia Cozine
parent 22e1f33f5e
commit dafdcf286a

@ -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…
Cancel
Save