-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tim Plimpton
committed
Aug 2, 2024
1 parent
27a4726
commit a82cfda
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
blivet_package_list: | ||
- python3-blivet | ||
- libblockdev-crypto | ||
- libblockdev-dm | ||
- libblockdev-lvm | ||
- libblockdev-mdraid | ||
- libblockdev-swap | ||
- vdo | ||
- kmod-kvdo | ||
- xfsprogs | ||
- stratisd | ||
- stratis-cli | ||
# XXX libblockdev-s390 is available only on s390 so just add 'libblockdev' everywhere | ||
# else, it is already brought in as dependency of blivet so it's just no-op here | ||
- "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" |