downstream: ci sudo workaround

This commit is contained in:
Guido Grazioli 2024-04-17 12:14:25 +02:00
parent 1ff6f237a9
commit d17c364257
2 changed files with 2 additions and 7 deletions
galaxy.yml
molecule/quarkus

View file

@ -1,7 +1,7 @@
---
namespace: middleware_automation
name: keycloak
version: "2.1.2"
version: "2.1.1"
readme: README.md
authors:
- Romain Pelisse <rpelisse@redhat.com>

View file

@ -2,15 +2,10 @@
- name: Prepare
hosts: all
tasks:
- name: Install sudo
ansible.builtin.package:
name: sudo
state: present
- name: "Display hera_home if defined."
ansible.builtin.set_fact:
hera_home: "{{ lookup('env', 'HERA_HOME') }}"
- name: "Ensure common prepare phase are set."
ansible.builtin.include_tasks: ../prepare.yml