mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-23 13:20:33 -07:00
ci: downstream molecule fixes
This commit is contained in:
parent
2925ea8cf1
commit
213a9a0766
3 changed files with 6 additions and 2 deletions
|
@ -21,6 +21,11 @@
|
|||
path: "/opt/keycloak/certs/"
|
||||
mode: 0755
|
||||
|
||||
- name: Make sure a jre is available (for keytool to prepare keystore)
|
||||
ansible.builtin.package:
|
||||
name: java-17-openjdk-headless
|
||||
state: present
|
||||
|
||||
- name: Create vault keystore
|
||||
ansible.builtin.command: keytool -importpass -alias TestRealm_testalias -keystore keystore.p12 -storepass keystorepassword
|
||||
delegate_to: localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue