Commit 20d39c9c by Michael DeHaan

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

Do not log the rax api_key argument in module invocation
parents e22af253 d46037d6
......@@ -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'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment