Skip to content

Commit

Permalink
passwordstore: add hint for subkey=password (ansible#54221)
Browse files Browse the repository at this point in the history
Clarify that subkey=password will always return the first line. Adding a YAML style subkey called "password" is not possible.
  • Loading branch information
belzebub40k authored and acozine committed Apr 5, 2019
1 parent 22e1f33 commit dafdcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/plugins/lookup/passwordstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
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.
Expand Down

0 comments on commit dafdcf2

Please sign in to comment.