From 0de82fb7a953752afd9073f2e57c547c60976c4e Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Tue, 5 Oct 2021 22:11:52 +0200 Subject: [PATCH] removed explicit python2 interpreter in tests --- tests/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inventory b/tests/inventory index dd7f5ba..bb1e066 100644 --- a/tests/inventory +++ b/tests/inventory @@ -5,4 +5,4 @@ localhost ansible_connection=local localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python3 [centos] -localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2 \ No newline at end of file +localhost ansible_connection=local \ No newline at end of file