mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-09-01 02:41:10 -07:00
Skip certificate checking
This commit is contained in:
parent
910a2aa5d4
commit
b3e93dd89b
2 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
ansible.builtin.uri:
|
||||
url: "{{ keycloak_url }}{{ keycloak_context }}/admin/realms/{{ keycloak_realm }}"
|
||||
method: GET
|
||||
validate_certs: false
|
||||
status_code:
|
||||
- 200
|
||||
- 404
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue