delete_old_oci_images: make sure we do not log the password
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
828149c791
commit
9bda00c548
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def main():
|
|||
),
|
||||
days=dict(type="int", required=True),
|
||||
username=dict(type="str", required=True),
|
||||
password=dict(type="str", required=True),
|
||||
password=dict(type="str", required=True, no_log=True),
|
||||
)
|
||||
|
||||
module = AnsibleModule(argument_spec=module_args, supports_check_mode=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue