From 0736c42af2209ae038fd707a6bc0bfdc5a98c3bd Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Fri, 24 Jan 2025 12:23:05 +0100 Subject: [PATCH] ci: Manually download blivet-gui playbooks for revdeps tests The playbook is now split into a playbook and separate file with tasks. We need both and prepare cannot download two files. --- plans/blivet-gui.fmf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plans/blivet-gui.fmf b/plans/blivet-gui.fmf index f073256a0..c9e729a0f 100644 --- a/plans/blivet-gui.fmf +++ b/plans/blivet-gui.fmf @@ -18,9 +18,12 @@ prepare: - if rpm -q amazon-ec2-utils; then rpm -e --verbose amazon-ec2-utils && udevadm trigger /dev/nvme* ;fi - name: ansible - how: ansible - playbook: - - https://raw.githubusercontent.com/storaged-project/blivet-gui/main/misc/install-test-dependencies.yml + how: shell + script: + - sudo dnf install -y 'curl' + - curl -Ok https://raw.githubusercontent.com/storaged-project/blivet-gui/main/misc/install-test-dependencies.yml + - curl -Ok https://raw.githubusercontent.com/storaged-project/blivet-gui/main/misc/blivet-gui-tasks.yml + - ansible-playbook -K -i "localhost," -c local install-test-dependencies.yml discover: how: shell