extra vars fix

This commit is contained in:
2026-02-01 21:53:58 -05:00
parent e027c741d7
commit 49833c652e

3
Jenkinsfile vendored
View File

@@ -74,8 +74,7 @@ pipeline {
-i inventories/inventory.proxmox.yml \
playbooks/${params.PLAYBOOK} \
${limitFlag} \
${checkFlag} \
${extraVars}
${checkFlag}
"""
}
}