From 7f56947f206607f133dec482f21812a97bc50bbd Mon Sep 17 00:00:00 2001 From: "alhassane.kone" Date: Tue, 4 Jun 2024 15:40:49 +0200 Subject: [PATCH] Actualiser stop.yml --- stop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stop.yml b/stop.yml index 6d1a540..5e2d970 100644 --- a/stop.yml +++ b/stop.yml @@ -2,7 +2,7 @@ - hosts: all become: true tasks: - - name: 1. Arrete le service journald-upload.service + - name: 1. Arrete apache2 ansible.builtin.service: - name: systemd-journal-upload.service + name: apache2 state: stopped \ No newline at end of file