less than 1 minute read

Force to use virtualenv python

When running modules that require virtualenv, such as Azure, local_action or localhost connection sometimes still use the default /usr/bin/python

localhost ansible_python_interpreter=python

now localhost will run python from the activated virtualenv. See this

Leave a comment