switch to python2 because of async bug
This commit is contained in:
parent
1ed72e43a5
commit
987d7ba58f
1 changed files with 3 additions and 3 deletions
6
hosts
6
hosts
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue