Re: [ansible-project] CentOS 7 is end-of-life when using Ansible?

2020-12-17 Thread Kevin Fenzi
On Wed, Dec 16, 2020 at 11:57:49PM -0800, Onno wrote: ...snip... > > Is my understanding correct that CentOS 7 is EOF jan 2020 if you want > Python3? Python3 implies CentOS 8 or higher? Well, I think it's more nuanced than that. CentOS/RHEL7 now does have python3.6 shipped with it, but of course

Re: [ansible-project] CentOS 7 is end-of-life when using Ansible?

2020-12-17 Thread Matt Martz
While you can install python3 on CentOS, they do not provide yum or selinux python bindings for Python3. Which makes it not totally useful in the context of many things done via Ansible. In short, you generally need to use the system python for many operations. Red Hat, and by extension CentOS w

Re: [ansible-project] CentOS 7 is end-of-life when using Ansible?

2020-12-17 Thread aidewuado
You can update python to v3 in centos7 Enviado desde mi iPhone > El 17-12-2020, a la(s) 04:57, Onno escribió: > >  > Hi all, > I stumbled onto the problem > If you require Python 3 support use the `dnf` Ansible module instead." > > This message baffles me. It has for some time and I do not un

Re: [ansible-project] CentOS 7 is end-of-life when using Ansible?

2020-12-17 Thread Matt Martz
We have no current plans of dropping Python 2 support for modules in the near future. With EL 7 EOL scheduled for 2024, it's possible that we continue python2 support for modules until then. On Thu, Dec 17, 2020 at 1:58 AM Onno wrote: > Hi all, > I stumbled onto the problem > If you require Pyt

Re: [ansible-project] CentOS 7 is end-of-life when using Ansible?

2020-12-17 Thread Jean-Yves LENHOF
Hi, Statement here could interest you : https://docs.ansible.com/ansible/latest/reference_appendices/python_3_support.html Regards, Le 17/12/2020 à 08:57, Onno a écrit : Hi all, I stumbled onto the problem If you require Python 3 support use the `dnf` Ansible module instead." This message b

[ansible-project] CentOS 7 is end-of-life when using Ansible?

2020-12-16 Thread Onno
Hi all, I stumbled onto the problem If you require Python 3 support use the `dnf` Ansible module instead." This message baffles me. It has for some time and I do not understand what it implies or means. My conclusion at this point is that CentOS 7 should be considered end-of-life when using An