mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Activate no_log for values in input parameter
This commit is contained in:
parent
7ddd4d74c0
commit
1f598e1b12
@ -318,7 +318,7 @@ def main():
|
||||
description=dict(),
|
||||
organization=dict(),
|
||||
credential_type=dict(),
|
||||
inputs=dict(type='dict'),
|
||||
inputs=dict(type='dict', no_log=True),
|
||||
user=dict(),
|
||||
team=dict(),
|
||||
# These are for backwards compatability
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user