Hi Team, Currently we are using ansible 2.8 on top of RHEL 7 with consist of python2.7
we need to understand ansible 2.8 will work on python3.6 system(RHEL 8) or it will work only on python2.7 system(RHEL7). Thanks and Regards, S Sathish On Wednesday, June 29, 2022 at 4:14:27 PM UTC+5:30 [email protected] wrote: > 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/5df98ada-2c99-4106-a99d-0df46c7dfab2n%40googlegroups.com.
