From 350429524bea13d7ae9b7442b03c171a1682ac61 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 20 Jan 2015 17:34:31 +0100 Subject: [PATCH] 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 ;-) --- roles/ansible-base/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2