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