Installing an older Ansible version via pipx
Arnaud Rebillout
Latest Ansible requires Python 3.8 on the remote hosts ... and therefore, hosts running Debian Buster are now unsupported. Monday, I updated the system on my laptop (Debian Sid), and I got the latest version of ansible-core, 2.18: $ ansible --version | head -1 ansible [core 2.18.0] To my...