diff --git a/ansible.cfg b/ansible.cfg index 62d1ce4..cc4b52a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,6 +8,8 @@ host_key_checking = false stdout_callback = debug # https://github.com/ansible/ansible/issues/56930 force_valid_group_names = never +# fix python discovery warnings +interpreter_python = /usr/bin/python3 [privilege_escalation] become = true