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 \ -i inventories/inventory.proxmox.yml \
playbooks/${params.PLAYBOOK} \ playbooks/${params.PLAYBOOK} \
${limitFlag} \ ${limitFlag} \
${checkFlag} \ ${checkFlag}
${extraVars}
""" """
} }
} }