adding no_log to password
This commit is contained in:
parent
d321670b38
commit
980691338a
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ def main():
|
|||
argument_spec=dict(
|
||||
vcenter_hostname=dict(required=True, type='str'),
|
||||
username=dict(required=True, type='str'),
|
||||
password=dict(required=True, type='str'),
|
||||
password=dict(required=True, type='str', no_log=True),
|
||||
state=dict(
|
||||
required=False,
|
||||
choices=[
|
||||
|
|
Loading…
Reference in a new issue