diff --git a/hosts b/hosts index 0d2c533..dcfc311 100644 --- a/hosts +++ b/hosts @@ -3,13 +3,13 @@ lab: vm1: ansible_host: 192.168.122.110 ansible_user: alpine - ansible_python_interpreter: python3 + #ansible_python_interpreter: python3 vm2: ansible_host: 192.168.122.111 ansible_user: alpine - ansible_python_interpreter: python3 + #ansible_python_interpreter: python3 vm3: ansible_host: 192.168.122.112 ansible_user: alpine - ansible_python_interpreter: python3 + #ansible_python_interpreter: python3 # vim: set ft=yaml sw=2 et: