1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #5636 from sivel/rax-no-log

Do not log the rax api_key argument in module invocation
This commit is contained in:
Michael DeHaan 2014-01-15 19:14:38 -08:00
commit 20d39c9cab

View file

@ -3,7 +3,7 @@ import os
def rax_argument_spec():
return dict(
api_key=dict(type='str'),
api_key=dict(type='str', no_log=True),
credentials=dict(type='str', aliases=['creds_file']),
region=dict(type='str'),
username=dict(type='str'),