Ansible Disable Python Interpreter Warnings
[WARNING]: Platform linux on host Server02 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-core/2.17/reference_appendices/interpreter_discovery.html for more information.# Disable Python interpreter warnings
interpreter_python = auto_silentLast updated