Skip to content

Commit

Permalink
downstream: ci sudo workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Apr 17, 2024
1 parent 1ff6f23 commit d17c364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: middleware_automation
name: keycloak
version: "2.1.2"
version: "2.1.1"
readme: README.md
authors:
- Romain Pelisse <[email protected]>
Expand Down
7 changes: 1 addition & 6 deletions molecule/quarkus/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d17c364

Please sign in to comment.