Skip to content

Commit

Permalink
ci: Manually download udisks playbooks for revdeps tests
Browse files Browse the repository at this point in the history
The playbook is now split into a playbook and a separate file with
tasks. We need both and prepare cannot download two files.
  • Loading branch information
vojtechtrefny committed Jan 27, 2025
1 parent 3bd5185 commit 00ed6eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plans/udisks.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00ed6eb

Please sign in to comment.