Do not leak the newrelic token in log (#3118)

pull/4420/head
Michael Scherer 2016-10-08 00:35:44 +02:00 committed by Matt Clay
parent b03e95418e
commit 9ba5218631
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def main():
module = AnsibleModule(
argument_spec=dict(
token=dict(required=True),
token=dict(required=True, no_log=True),
app_name=dict(required=False),
application_id=dict(required=False),
changelog=dict(required=False),