From 578db35ad912ab6fea9acd8bbbd76cd32a9d4a39 Mon Sep 17 00:00:00 2001 From: "alhassane.kone" Date: Mon, 5 Feb 2024 17:17:49 +0100 Subject: [PATCH] Actualiser test3.yml --- test3.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test3.yml b/test3.yml index c15d844..6d1a540 100644 --- a/test3.yml +++ b/test3.yml @@ -2,7 +2,7 @@ - hosts: all become: true tasks: - - name: 1. installe Apache - apt: - name: apache2 - state: present \ No newline at end of file + - name: 1. Arrete le service journald-upload.service + ansible.builtin.service: + name: systemd-journal-upload.service + state: stopped \ No newline at end of file