From 6ad04fa8eb4f393a46523a9f13ec3e637edba00a Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Thu, 8 Feb 2024 01:19:50 +0100 Subject: [PATCH] fix: Remove undefined handler --- tasks/configuration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/configuration.yml b/tasks/configuration.yml index 9214f0d..15630c4 100644 --- a/tasks/configuration.yml +++ b/tasks/configuration.yml @@ -26,7 +26,6 @@ name: "{{ item.split(':')[0] }}" when: container.volumes | length > 0 loop: "{{ container.volumes }}" - notify: Redémarrer le conteneur - name: Déployer le conteneur ansible.builtin.template: