]> git.phdru.name Git - ansible.git/commitdiff
Feat(logcheck): Improve task titles
authorOleg Broytman <phd@phdru.name>
Sat, 16 Nov 2019 15:04:51 +0000 (18:04 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 23 Nov 2019 23:08:37 +0000 (02:08 +0300)
playbooks/roles/logcheck/tasks/main.yml

index f6a5f2c6b3197acc0c0275c06faf72e0888cb041..db94486a3da2762faa2c3700735606c4daab11c0 100644 (file)
@@ -26,7 +26,7 @@
     line: "INTRO=0"
     insertafter: "^#INTRO=1$"
 
-- name: Configure logcheck - send to root
+- name: Configure logcheck - send email to root
   become: true
   lineinfile:
     path: /etc/logcheck/logcheck.conf
     line: 'SENDMAILTO="root"'
     insertafter: '^SENDMAILTO="logcheck"$'
 
-- name: Configure logcheck - not send to logcheck
+- name: Configure logcheck - do not send email to logcheck
   become: true
   lineinfile:
     path: /etc/logcheck/logcheck.conf
     regexp: '^SENDMAILTO="logcheck"$'
     state: absent
 
-- name: Update logcheck ignore patterns
+- name: Update logcheck ignore files
   become: true
   copy:
     src: ignore.d/