mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Mask login_password in log (#21199)
This commit is contained in:
parent
a995fa43a6
commit
41f3680dfd
15 changed files with 15 additions and 15 deletions
|
@ -246,7 +246,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=""),
|
||||
login_unix_socket=dict(default=""),
|
||||
port=dict(default="5432"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue