mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-05-15 22:12:25 +00:00
allows user to switch no_log to True for debugging purpose
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
body: "client_id={{ keycloak_auth_client }}&username={{ keycloak_admin_user }}&password={{ keycloak_admin_password }}&grant_type=password"
|
||||
validate_certs: no
|
||||
register: keycloak_auth_response
|
||||
no_log: True
|
||||
no_log: "{{ keycloak_no_log | default('True') }}"
|
||||
until: keycloak_auth_response.status == 200
|
||||
retries: 5
|
||||
delay: 2
|
||||
|
||||
Reference in New Issue
Block a user