Description
Without explicit interpreter_python setting, Ansible may use system Python which could be Python 2 on older systems.
Location
https://github.com/validatedpatterns/multicloud-gitops/blob/main/ansible.cfg
Expected Behavior
Set interpreter_python=auto_silent to use discovered Python without warning.