Skip certificate checking

This commit is contained in:
Nils Deckert
2024-12-20 17:21:01 +01:00
parent 910a2aa5d4
commit b3e93dd89b
2 changed files with 3 additions and 0 deletions

View File

@@ -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