DelineaXPM / ansible-core-collection

Ansible collection for Delinea DevOps Secrets Vault
GNU General Public License v3.0
4 stars 1 forks source link

fix(mage): install ansible in venv #7

Closed andrii-zakurenyi closed 2 years ago

andrii-zakurenyi commented 2 years ago

I've added "pip install wheel" to fix "error: invalid command 'bdist_wheel'" error during installation of Ansible. Also, to use python from virtual environment you need to run python from the "bin" directory of that venv.

Another issue for me is:

ERROR: Package 'ansible-core-2.14.0.dev0' requires a different Python: 3.8.10 not in '>=3.9'
sheldonhull commented 2 years ago

Updated branch policies, so this will block merge on failures in future.