diff --git a/ansible/inventories/group_vars/all/all.yml b/ansible/inventories/group_vars/all/all.yml index 57b2a51..b725f23 100644 --- a/ansible/inventories/group_vars/all/all.yml +++ b/ansible/inventories/group_vars/all/all.yml @@ -1,2 +1,3 @@ ansible_user: ansible -ansible_password: "{{ ansible_crypted_password }}" \ No newline at end of file +ansible_password: "{{ ansible_crypted_password }}" +ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file