teslamotors / ansible_puller

Ansible daemon for massively-scaleable Ansible
MIT License
129 stars 35 forks source link

migrated functionality to use venv instead of virtualenv #51

Closed sedillo closed 4 months ago

sedillo commented 4 months ago

Potential fix for the virtualenv describe here: https://github.com/teslamotors/ansible_puller/issues/50

The PR uses venv instead of virtualenv to create the virtual environment.

sedillo commented 4 months ago

It was pointed out that this might break backward compatibility so i'm adding python version checking.