Skip to content
Snippets Groups Projects
Commit 912a98d7 authored by ale's avatar ale
Browse files

Set ansible_python_interpreter to python3

parent 1c0d374e
Branches
No related tags found
No related merge requests found
Pipeline #84206 failed
...@@ -39,7 +39,7 @@ wait_for_vms() { ...@@ -39,7 +39,7 @@ wait_for_vms() {
local ok=1 local ok=1
while [ $i -lt 10 ]; do while [ $i -lt 10 ]; do
sleep 3 sleep 3
if ansible -v -i config.yml all -m ping; then if ansible -e ansible_python_interpreter=/usr/bin/python3 -v -i config.yml all -m ping; then
ok=0 ok=0
break break
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment