-
I'm having trouble using the role on EL8 systems such as RedHat 8. I am aware of issues with ansible-core 2.17+ and have read this restriction from the role's README:
It isn't clear to me whether this means we shouldn't expect the role to work with EL8 or not. Technically, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Heya! The role does support EL 8 right now as long as you use Ansible 2.16. It should support all other distros as long as you use Ansible 2.17. It won't work at all if you use Ansible 2.18.
|
Beta Was this translation helpful? Give feedback.
Heya!
The role does support EL 8 right now as long as you use Ansible 2.16. It should support all other distros as long as you use Ansible 2.17. It won't work at all if you use Ansible 2.18.
yum
is still the defacto package manager in this role since Amazon Linux 2 does not supportdnf
. This should not be an issue however since as of today all fedora based distros that I know of bindyum
todnf
. Once Amazon Linux 2 reaches EoL I will updateyum
to usednf
instead.