Removed verbosity

This commit is contained in:
2026-04-08 12:41:16 +00:00
parent 2301a87a6e
commit b34c618cca

3
Jenkinsfile vendored
View File

@@ -72,8 +72,7 @@ pipeline {
playbooks/${params.PLAYBOOK} \ playbooks/${params.PLAYBOOK} \
${limitFlag} \ ${limitFlag} \
${checkFlag} \ ${checkFlag} \
${extraVars} \ ${extraVars}
-v
""" """
} }
} }