Skip to content

Commit 9bddf68

Browse files
committed
blktests: fix installing libaio
We need to just use pkg_libaio and use the role we designed of this simple issue with distributions loving to change package names. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 9621341 commit 9bddf68

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

playbooks/roles/blktests/tasks/install-deps/debian/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- sed
4242
- libacl1
4343
- libacl1-dev
44-
- libaio1
44+
- "{{ pkg_libaio }}"
4545
- uuid-dev
4646
- uuid-runtime
4747
- attr

playbooks/roles/blktests/tasks/install-deps/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
- include_role:
3+
name: pkg
4+
25
# tasks to install dependencies for oscheck
36
- name: oscheck distribution ospecific setup
47
import_tasks: tasks/install-deps/debian/main.yml

0 commit comments

Comments
 (0)