Merge pull request #2759 from chrrrles/nolog
adding no_log to vsphere_guest password
This commit is contained in:
commit
f312f48937
1 changed files with 1 additions and 1 deletions
|
@ -1535,7 +1535,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