diff --git a/Jenkinsfile b/Jenkinsfile index 028da54..d55dc9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { stage('Reboot PVE BACKUP') { 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}" } }