mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user