mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
More false-positives (not flagged by sanity tests yet). (#2010)
This commit is contained in:
parent
4676ca584b
commit
49d9a257ef
12 changed files with 13 additions and 13 deletions
|
@ -55,7 +55,7 @@ def keycloak_argument_spec():
|
|||
:return: argument_spec dict
|
||||
"""
|
||||
return dict(
|
||||
auth_keycloak_url=dict(type='str', aliases=['url'], required=True),
|
||||
auth_keycloak_url=dict(type='str', aliases=['url'], required=True, no_log=False),
|
||||
auth_client_id=dict(type='str', default='admin-cli'),
|
||||
auth_realm=dict(type='str', required=True),
|
||||
auth_client_secret=dict(type='str', default=None, no_log=True),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue