diff options
author | beeankha <beeankha@gmail.com> | 2020-04-08 02:34:54 +0200 |
---|---|---|
committer | beeankha <beeankha@gmail.com> | 2020-04-08 02:34:54 +0200 |
commit | 1f598e1b12f009772b553e1e7e54ada43e72bc00 (patch) | |
tree | 62d4a2b38c397f8c504c7f7ca936b43115af12f0 /awx_collection | |
parent | Merge pull request #6625 from marshmalien/jt-form-bugs (diff) | |
download | awx-1f598e1b12f009772b553e1e7e54ada43e72bc00.tar.xz awx-1f598e1b12f009772b553e1e7e54ada43e72bc00.zip |
Activate no_log for values in input parameter
Diffstat (limited to 'awx_collection')
-rw-r--r-- | awx_collection/plugins/modules/tower_credential.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |