linux-system-roles / storage

Ansible role for linux storage management
https://linux-system-roles.github.io/storage/
MIT License
100 stars 59 forks source link

blivet_package_list missing for Oracle Enterprise Linux #444

Open ThiloSolbrig opened 4 months ago

ThiloSolbrig commented 4 months ago

blivet_packagelist won't be defined on Oracle Enterprise Linux (OEL) as there are no appropriate variable files in vars/directory. Since OEL, from this role's perspective, isn't more than a relabeled RHEL, it's sufficient to symlink every vars/RedHat?.yml to the appropriate vars/OracleLinux_?.yml to add OEL support.

plimptm commented 2 months ago

Or the other way it could be handled is with a fallback vars/RedHat.yml file similar to the podman role.