From 54b71c695546ca382d4d35655e82c22ec5d14d1d Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sat, 30 Jan 2021 20:23:23 +0100 Subject: [PATCH] arch is on python 3 --- tests/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inventory b/tests/inventory index b99dbf7..dd7f5ba 100644 --- a/tests/inventory +++ b/tests/inventory @@ -2,7 +2,7 @@ localhost ansible_connection=local [arch] -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