Fix TMT prepare plans

Fix TMT preapre plans to be executed on all distros

Signed-off-by: Tiago Bueno <tbueno@redhat.com>
This commit is contained in:
Tiago Bueno 2025-06-03 15:51:16 -03:00
parent 5c0deed278
commit 495d6e935a
No known key found for this signature in database
GPG Key ID: E05B66AA4A5AFC8C

View File

@ -1,14 +1,10 @@
---
adjust:
enabled: false
when: distro == centos-stream or distro == fedora
prepare:
- name: Install ignition package
when: use_built_form_src is not defined or use_built_form_src == false
how: install
package: ignition
- name: Set IGNITION_BIN_DIR when installed package
when: use_built_form_src is not defined or use_built_form_src == false
how: shell
script: |
set -x -e -o pipefail