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