We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bd5185 + 9e70458 commit d9fde36Copy full SHA for d9fde36
plans/udisks.fmf
@@ -19,9 +19,12 @@ prepare:
19
- if rpm -q amazon-ec2-utils; then rpm -e --verbose amazon-ec2-utils && udevadm trigger; fi
20
21
- name: ansible
22
- how: ansible
23
- playbook:
24
- - https://raw.githubusercontent.com/storaged-project/udisks/master/misc/install-test-dependencies.yml
+ how: shell
+ script:
+ - sudo dnf install -y curl ansible
25
+ - curl -Ok https://raw.githubusercontent.com/storaged-project/udisks/master/misc/install-test-dependencies.yml
26
+ - curl -Ok https://raw.githubusercontent.com/storaged-project/udisks/master/misc/udisks-tasks.yml
27
+ - ansible-playbook -K -i "localhost," -c local install-test-dependencies.yml
28
29
discover:
30
how: shell
0 commit comments