From: Oleg Broytman Date: Sat, 16 Nov 2019 15:04:51 +0000 (+0300) Subject: Feat(logcheck): Make titles more specific X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=188faa6976df1b5ba9147282952250968180fd94 Feat(logcheck): Make titles more specific --- diff --git a/playbooks/roles/logcheck/tasks/main.yml b/playbooks/roles/logcheck/tasks/main.yml index a303e5a..22a5e78 100644 --- a/playbooks/roles/logcheck/tasks/main.yml +++ b/playbooks/roles/logcheck/tasks/main.yml @@ -1,4 +1,4 @@ -- name: Install logcheck +- name: Install logcheck (Debian) become: true apt: autoclean: yes @@ -10,7 +10,7 @@ update_cache: yes when: ansible_facts.os_family == 'Debian' -- name: Install logcheck +- name: Install logcheck (RedHat) become: true dnf: name: logcheck @@ -18,7 +18,7 @@ update_cache: yes when: ansible_facts.os_family == 'RedHat' -- name: Configure logcheck +- name: Configure logcheck - intro become: true lineinfile: path: /etc/logcheck/logcheck.conf