diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index a76aa31..647b942 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,4 +1,5 @@ [defaults] inventory = inventory.yml roles_path = ./roles -host_key_checking = False \ No newline at end of file +host_key_checking = False +interpreter_python = /usr/bin/python3 \ No newline at end of file