Fixing the Python Virtual Environments broken by upgrading to Ubuntu 24.04 (Noble Numbat).| The Cloistered Monkey
Version 2.17 of Ansible was released on the 20th of May 2024. This version deprecated support for Python 3.61, which is the default version of Python that ships with RHEL 8. If you upgrade to Ansible 2.17 on your machine and try to execute a playbook on a RHEL 8 target, you'll see the following e| Ian's notes