We recently changed a bunch of servers to Alma Linux and this conditional is being skipped due to Alma Linux not being flagged as being in that family.
I’m running AWX 17.1.0 with Ansible 2.9.18 on an Ubuntu 20.04 server. I found some stuff that suggests perhaps this version of ansible won’t recognise the family, but I’m pretty well stuck on how best to upgrade the ansible version. All the information I can find online just produces error rabbit holes and I’d rather avoid major change today if possible.
Is there another way I can get those servers included that anyone knows of?
We recently changed a bunch of servers to Alma Linux and this conditional is being skipped due to Alma Linux not being flagged as being in that family.
I'm running AWX 17.1.0 with Ansible 2.9.18 on an Ubuntu 20.04 server. I found some stuff that suggests perhaps this version of ansible won't recognise the family, but I'm pretty well stuck on how best to upgrade the ansible version. All the information I can find online just produces error rabbit holes and I'd rather avoid major change today if possible.
Uninstall ansible. Install ansible-core, which contains the working
parts of ansible including the ansible commands.
pip3 install --user ansible-core
Ignore the modern "ansible" package unless you really care to blow
half a Gig or so on 100 distinct ansible galaxy collection modules,
which are better updated individually.