diff --git a/ansible.cfg b/ansible.cfg index 38cbcc0..acb62e0 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -7,7 +7,7 @@ fact_caching_connection = ./facts/ inventory = ./inventory/ forks = 5 retry_files_enabled = False -interpreter_python = auto +interpreter_python = /usr/bin/python3 callbacks_enabled = ansible.posix.profile_tasks,ansible.posix.profile_roles [ssh_connection]