mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-02 22:43:33 -07:00
update test config
This commit is contained in:
parent
0a5fc3ae25
commit
476bc0ec0b
10 changed files with 18 additions and 8 deletions
|
@ -24,7 +24,7 @@
|
|||
- name: Make sure a jre is available (for keytool to prepare keystore)
|
||||
delegate_to: localhost
|
||||
ansible.builtin.package:
|
||||
name: "{{ 'java-21-openjdk-headless' if hera_home | length > 0 else 'openjdk-21-jdk-headless' }}"
|
||||
name: java-21-openjdk-headless
|
||||
state: present
|
||||
become: true
|
||||
failed_when: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue