switch to python2 because of async bug

This commit is contained in:
Cedric Girard 2018-08-02 15:48:58 +02:00
parent 1ed72e43a5
commit 987d7ba58f
1 changed files with 3 additions and 3 deletions

6
hosts
View File

@ -3,13 +3,13 @@ lab:
vm1: vm1:
ansible_host: 192.168.122.110 ansible_host: 192.168.122.110
ansible_user: alpine ansible_user: alpine
ansible_python_interpreter: python3 #ansible_python_interpreter: python3
vm2: vm2:
ansible_host: 192.168.122.111 ansible_host: 192.168.122.111
ansible_user: alpine ansible_user: alpine
ansible_python_interpreter: python3 #ansible_python_interpreter: python3
vm3: vm3:
ansible_host: 192.168.122.112 ansible_host: 192.168.122.112
ansible_user: alpine ansible_user: alpine
ansible_python_interpreter: python3 #ansible_python_interpreter: python3
# vim: set ft=yaml sw=2 et: # vim: set ft=yaml sw=2 et: