mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Merge pull request #6646 from beeankha/credential_module_no_log
Activate no_log for Values in input Parameter of tower_credential Module Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -319,7 +319,7 @@ def main():
|
|||||||
description=dict(),
|
description=dict(),
|
||||||
organization=dict(),
|
organization=dict(),
|
||||||
credential_type=dict(),
|
credential_type=dict(),
|
||||||
inputs=dict(type='dict'),
|
inputs=dict(type='dict', no_log=True),
|
||||||
user=dict(),
|
user=dict(),
|
||||||
team=dict(),
|
team=dict(),
|
||||||
# These are for backwards compatability
|
# These are for backwards compatability
|
||||||
|
|||||||
Reference in New Issue
Block a user