mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Do not leak login_password when using verbose, with no_log
This commit is contained in:
parent
88e940a3e1
commit
573958bd53
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ def main():
|
|||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
login_user=dict(default="postgres"),
|
||||
login_password=dict(default=""),
|
||||
login_password=dict(default="", no_log=True),
|
||||
login_host=dict(default=""),
|
||||
port=dict(default="5432"),
|
||||
db=dict(required=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue