From 1f598e1b12f009772b553e1e7e54ada43e72bc00 Mon Sep 17 00:00:00 2001 From: beeankha Date: Tue, 7 Apr 2020 20:34:54 -0400 Subject: Activate no_log for values in input parameter --- awx_collection/plugins/modules/tower_credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awx_collection') diff --git a/awx_collection/plugins/modules/tower_credential.py b/awx_collection/plugins/modules/tower_credential.py index b91d020cda..393a8d5025 100644 --- a/awx_collection/plugins/modules/tower_credential.py +++ b/awx_collection/plugins/modules/tower_credential.py @@ -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 -- cgit v1.2.3