diff --git a/Jenkinsfile b/Jenkinsfile index 42473fe..028da54 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,12 +23,12 @@ pipeline { } } - // stage('Reboot PVE BACKUP') { - // steps { - // // Construction et exécution de la commande Ansible - // sh "ansible-playbook -i ${ANSIBLE_INVENTORY_REBOOT} ${ANSIBLE_PLAYBOOK_REBOOT}" - // } - //} + stage('Reboot PVE BACKUP') { + steps { + Construction et exécution de la commande Ansible + sh "ansible-playbook -i ${ANSIBLE_INVENTORY_REBOOT} ${ANSIBLE_PLAYBOOK_REBOOT}" + } + } } post {