downstream: ci sudo workaround

This commit is contained in:
Guido Grazioli 2024-04-17 12:14:25 +02:00
commit d17c364257
2 changed files with 2 additions and 7 deletions

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