diff --git a/plans/udisks.fmf b/plans/udisks.fmf index a4c3d2eb..f46fd43e 100644 --- a/plans/udisks.fmf +++ b/plans/udisks.fmf @@ -23,6 +23,14 @@ prepare: playbook: - https://raw.githubusercontent.com/storaged-project/udisks/master/misc/install-test-dependencies.yml + - name: ansible + how: shell + script: + - sudo dnf install -y curl ansible + - curl -Ok https://raw.githubusercontent.com/storaged-project/udisks/master/misc/install-test-dependencies.yml + - curl -Ok https://raw.githubusercontent.com/storaged-project/udisks/master/misc/udisks-tasks.yml + - ansible-playbook -K -i "localhost," -c local install-test-dependencies.yml + discover: how: shell url: https://github.com/storaged-project/udisks