[Ansible] adding no_log to some parameters (#4448) (#371)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-02-04 13:04:56 -08:00 committed by GitHub
commit 64065c4935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 19 additions and 15 deletions

View file

@ -227,7 +227,7 @@ def main():
certificate=dict(required=True, type='str'),
description=dict(type='str'),
name=dict(type='str'),
private_key=dict(required=True, type='str'),
private_key=dict(required=True, type='str', no_log=True),
)
)