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

Increase verbosity of the ansible connection

parent b532edca
Branches
No related tags found
1 merge request!304Fix CI issues with vmine / floatup
Pipeline #77492 passed with warnings
......@@ -39,7 +39,7 @@ wait_for_vms() {
local ok=1
while [ $i -lt 10 ]; do
sleep 3
if ansible -v -i config.yml all -m ping; then
if ansible -vvv -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