mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-14 01:54:30 -07:00
add molecule quarkus keycloak in dev-mode test
This commit is contained in:
parent
bef20b6a57
commit
942b5fce0f
5 changed files with 141 additions and 0 deletions
12
molecule/quarkus-devmode/prepare.yml
Normal file
12
molecule/quarkus-devmode/prepare.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Install sudo
|
||||
ansible.builtin.yum:
|
||||
name: sudo
|
||||
state: present
|
||||
|
||||
- name: "Display hera_home if defined."
|
||||
ansible.builtin.set_fact:
|
||||
hera_home: "{{ lookup('env', 'HERA_HOME') }}"
|
Loading…
Add table
Add a link
Reference in a new issue