Redis – Python Zipp incompatibility when creating venv using Ansible
I am currently working on rewriting an old tool that uses ansible to create a virtual environment in which it hosts a python based app. The failing playbook is as follows: - name: Ensure bash, OpenSSL, and libssl are the…