mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 10:20:27 -07:00
ci: downstream molecule fixes
This commit is contained in:
parent
6967385c7f
commit
278a70d627
1 changed files with 1 additions and 3 deletions
|
@ -24,9 +24,7 @@
|
|||
- name: Make sure a jre is available (for keytool to prepare keystore)
|
||||
delegate_to: localhost
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- java-17-openjdk-headless
|
||||
- openjdk-17-jdk-headless
|
||||
name: "{{ 'java-17-openjdk-headless' if hera_home | length > 0 else 'openjdk-17-jdk-headless' }}"
|
||||
state: present
|
||||
become: true
|
||||
failed_when: false
|
||||
|
|
Loading…
Add table
Reference in a new issue