From: Alexander Barton Date: Tue, 20 Jan 2015 16:34:31 +0000 (+0100) Subject: logcheck task: reword title, use "rule" instead of "configuration" X-Git-Url: https://arthur.barton.de/gitweb/?p=AnsibleRoles.git;a=commitdiff_plain;h=350429524bea13d7ae9b7442b03c171a1682ac61;hp=2fedf26d27f03c16e5050eea7f0b6460017f4aff logcheck task: reword title, use "rule" instead of "configuration" This is shorter and looks better in Ansible output, because it doesn't wrap in the next line ;-) --- diff --git a/roles/ansible-base/tasks/main.yml b/roles/ansible-base/tasks/main.yml index 7758472..9b5d6d2 100644 --- a/roles/ansible-base/tasks/main.yml +++ b/roles/ansible-base/tasks/main.yml @@ -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