From d17c36425763d3ff0899d25e20478dee334ba6ec Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Wed, 17 Apr 2024 12:14:25 +0200 Subject: [PATCH] downstream: ci sudo workaround --- galaxy.yml | 2 +- molecule/quarkus/prepare.yml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index a1e9cdb..dd55345 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: middleware_automation name: keycloak -version: "2.1.2" +version: "2.1.1" readme: README.md authors: - Romain Pelisse diff --git a/molecule/quarkus/prepare.yml b/molecule/quarkus/prepare.yml index 89ac436..03e5b89 100644 --- a/molecule/quarkus/prepare.yml +++ b/molecule/quarkus/prepare.yml @@ -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