mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Do not leak the newrelic token in log (#3118)
This commit is contained in:
parent
b03e95418e
commit
9ba5218631
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue