Actualiser Jenkinsfile

This commit is contained in:
2025-07-19 02:15:30 +00:00
parent 7f55e0bba1
commit 840bc4d8b8

2
Jenkinsfile vendored
View File

@@ -25,7 +25,7 @@ pipeline {
stage('Reboot PVE BACKUP') { stage('Reboot PVE BACKUP') {
steps { steps {
Construction et exécution de la commande Ansible // Construction et exécution de la commande Ansible
sh "ansible-playbook -i ${ANSIBLE_INVENTORY_REBOOT} ${ANSIBLE_PLAYBOOK_REBOOT}" sh "ansible-playbook -i ${ANSIBLE_INVENTORY_REBOOT} ${ANSIBLE_PLAYBOOK_REBOOT}"
} }
} }