[EPEL-devel] Re: EPEL8: New Ansible and (native) python modules

2022-06-07 Thread Igor Raits
--- - hosts: localhost gather_facts: no tasks: - netbox.netbox.netbox_device: netbox_url: https://netbox.pcigdc.com netbox_token: … data: name: cmp0090.na3.pcigdc.com An exception occurred during task execution. To see the full traceback, use -vvv. The

[EPEL-devel] Re: EPEL8: New Ansible and (native) python modules

2022-06-07 Thread Maxwell G via epel-devel
Jun 7, 2022 12:09:15 AM Igor Raits : > The new ansible (5.x) is in the EPEL stable which works great until > one tries to use some non-trivial modules which require some Python > modules to be available… At that point you realize that the new > Ansible is built against Python 3.8 (default is 3.6)