Skip to content

Use local local Python interpreter

Jesus M. Gonzalez-Barahona requested to merge local-config into master

When running in localhost, we need the right interpreter to be used by ansible. This patch ensures that the same interpreter that is running the ansible controller will also run in the controlled (both are localhost in this case).

Merge request reports