Merge pull request #13736 from chrrrles/nolog
adding password no_log and cleaning up argument spec for vca module
This commit is contained in:
commit
bd147ab592
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ class VcaError(Exception):
|
|||
|
||||
def vca_argument_spec():
|
||||
return dict(
|
||||
username=dict(),
|
||||
password=dict(),
|
||||
username=dict(type='str', aliases=['user'], required=True),
|
||||
password=dict(type='str', aliases=['pass','passwd'], required=True, no_log=True),
|
||||
org=dict(),
|
||||
service_id=dict(),
|
||||
instance_id=dict(),
|
||||
|
|
Loading…
Reference in a new issue