Skip to content
Snippets Groups Projects
Verified Commit 46781339 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

keycloak: Downgrade to Java 11 (LTS)

Keycloak doesn't support Java 16 (yet)[1].

[1] https://issues.redhat.com/browse/KEYCLOAK-18307
parent f3beea52
No related branches found
No related tags found
No related merge requests found
Pipeline #8668 passed
---
- name: install keycloak
pacman: name=keycloak,keycloak-metrics-spi,python-passlib state=present
pacman: name=jre11-openjdk,keycloak,keycloak-metrics-spi,python-passlib state=present
- name: template keycloak config
template: src=standalone.xml.j2 dest=/etc/keycloak/standalone.xml owner=keycloak group=keycloak mode=600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment