water-hole / ansible-operator

POC Code for the operator backed by ansible
48 stars 29 forks source link

propagates a python virtual environment from ansible-runner to ansible #30

Closed mhrivnak closed 6 years ago

mhrivnak commented 6 years ago

If the environment variable VIRTUAL_ENV is set for the operator, it will use it to construct a python interpreter path for ansible.

fabianvf commented 6 years ago

nice