add molecule quarkus keycloak in dev-mode test

This commit is contained in:
Guido Grazioli 2023-09-19 12:22:39 +02:00
commit 942b5fce0f
5 changed files with 141 additions and 0 deletions

View 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') }}"