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

Reduce verbosity of connection test

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