]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
logcheck task: reword title, use "rule" instead of "configuration"
authorAlexander Barton <alex@barton.de>
Tue, 20 Jan 2015 16:34:31 +0000 (17:34 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 20 Jan 2015 16:34:31 +0000 (17:34 +0100)
This is shorter and looks better in Ansible output, because it
doesn't wrap in the next line ;-)

roles/ansible-base/tasks/main.yml

index 7758472a1683d21bd3e794f3f145c6ffad9c304b..9b5d6d2826ae3ac00cbaf9135252160b31f845a8 100644 (file)
@@ -12,7 +12,7 @@
 # setup logcheck configuration. But note that package "logcheck" probably
 # isn't installed at all, so we can't use the "logcheck" group!
 
-- name: logcheck(8) configuration for Ansible tools
+- name: logcheck(8) rules for Ansible tools
   tags:
     - ansible
     - logcheck
@@ -25,7 +25,7 @@
     owner=root
     state=present
 
-- name: logcheck(8) configuration for SFTP requests of Ansible
+- name: logcheck(8) rules for SFTP requests of Ansible
   tags:
     - ansible
     - logcheck