From b5daefc91664f456e65634c77914d40f00cddee7 Mon Sep 17 00:00:00 2001 From: garfi Date: Sat, 17 May 2025 22:54:34 +0000 Subject: [PATCH] Actualiser Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index a129d86..836c89d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,7 @@ pipeline { ANSIBLE_INVENTORY = 'jenkins-update/inventory.ini' ANSIBLE_INVENTORY_REBOOT = 'jenkins-update/inventory_reboot.ini' ANSIBLE_PLAYBOOK = 'jenkins-update/update_debian.yml' + ANSIBLE_PLAYBOOK_REBOOT = 'jenkins-update/reboot_backup.yml' } stages {