mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
Do not log the rax api_key argument in module invocation
This commit is contained in:
parent
e22af253bb
commit
d46037d64c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import os
|
||||||
|
|
||||||
def rax_argument_spec():
|
def rax_argument_spec():
|
||||||
return dict(
|
return dict(
|
||||||
api_key=dict(type='str'),
|
api_key=dict(type='str', no_log=True),
|
||||||
credentials=dict(type='str', aliases=['creds_file']),
|
credentials=dict(type='str', aliases=['creds_file']),
|
||||||
region=dict(type='str'),
|
region=dict(type='str'),
|
||||||
username=dict(type='str'),
|
username=dict(type='str'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue