how to prevent Ansible to change ansible_python_interpreter after execution

Hi,

I'm using Zsh and PyEnv. I Pip install the Ansible

I had set ansible_python_interpreter to my own PYTHON, in the Inventory
file.

ansible_playbook_python is the path to the python executable used to invoke the Ansible command line tool

https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html

V/r,
James Cassell