Does anyone know if this storage role works with Amazon Linux 2023? It tries to install Blivet through dnf package manager and fails as it isn't a package on Amazon Linux. I have installed blivet through pip and verified it is there but the role still tries to load blivet from package and fails.
This is a Fedora and CentOS 9 based OS. We are tryiing to run this through AWX with a requirements.yml pointing to ansible galaxy (linux-system-roles.storage). I've tried using different interpreters python 3.6, 3.9, etc. Thank you.
Does anyone know if this storage role works with Amazon Linux 2023? It tries to install Blivet through dnf package manager and fails as it isn't a package on Amazon Linux. I have installed blivet through pip and verified it is there but the role still tries to load blivet from package and fails.
This is a Fedora and CentOS 9 based OS. We are tryiing to run this through AWX with a requirements.yml pointing to ansible galaxy (linux-system-roles.storage). I've tried using different interpreters python 3.6, 3.9, etc. Thank you.