On Wed, Jun 29, 2022 at 5:34 AM sathish subramani <[email protected]> wrote: > > Hi Team, > > Ansible 2.8 will work on RHEL8 with python 3.6. > > Reference : https://github.com/ansible/ansible/tree/stable-2.8
Why would you want to? Why would you not use the available ansible-core 2.12 RPM? Let's keep "ansible" and "ansible-core" straight, by the way. Ansible got re factored some years back, and what's in the github repo called "ansible" is packaged as "ansible-core" over at pypi.org, even though it's python modules are all referred to as "ansible" modules, and the tarball should really be called "ansible". The package now called "ansible" contains not a single line of those modules or the executable tools. It's a collection of more than 100 third-party ansible galaxy collection modules, assembled by tools at https://github.com/ansible-community/ansible-build-dat, and the python module directory in which they are installed is called "ansible_collections" just as the tarball should be called "ansible_collections" over at pypi.org. This comes up often enough that it's a sensitive subject, and the developers are probably pretty tired of hearing that the labels are so consistently confusing. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAOCN9rx01SC5yHJ4EuDYuF--fXvazE4Zj5U3eFaftowGtg_Xxw%40mail.gmail.com.
