Skip to content

Commit

Permalink
added OracleLinux_9 vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Plimpton committed Aug 2, 2024
1 parent 27a4726 commit a82cfda
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vars/OracleLinux_9.yml
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' }}"

0 comments on commit a82cfda

Please sign in to comment.