Skip to content

Commit bb1b8ef

Browse files
committed
Use python interpreter
1 parent bf854d7 commit bb1b8ef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/hosts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[local]
2-
localhost ansible_connection=local ansible_python_interpreter=python2
2+
localhost ansible_connection=local ansible_python_interpreter=python
33

44
[mongo_master]
5-
mongo1 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
5+
mongo1 ansible_connection=docker ansible_user=root ansible_python_interpreter=python
66

77
[mongo_replicas]
8-
mongo2 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
9-
mongo3 ansible_connection=docker ansible_user=root ansible_python_interpreter=python2
8+
mongo2 ansible_connection=docker ansible_user=root ansible_python_interpreter=python
9+
mongo3 ansible_connection=docker ansible_user=root ansible_python_interpreter=python
1010

1111
[mongo:children]
1212
mongo_master
13-
mongo_replicas
13+
mongo_replicas

0 commit comments

Comments
 (0)