diff --git a/Jenkinsfile b/Jenkinsfile index 946d4b1..276e86b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } } - stage('Run Ansible Playbook') { + stage('Mise à jour des machines Debian') { steps { // Construction et exécution de la commande Ansible sh "ansible-playbook -i ${ANSIBLE_INVENTORY} ${ANSIBLE_PLAYBOOK}"