]> arthur.barton.de Git - AnsibleRoles.git/commitdiff
ansible-base: Ignore "ansible_*" tasks in logcheck
authorAlexander Barton <alex@barton.de>
Thu, 29 Jan 2015 10:42:10 +0000 (11:42 +0100)
committerAlexander Barton <alex@barton.de>
Thu, 29 Jan 2015 10:42:10 +0000 (11:42 +0100)
roles/ansible-base/tasks/main.yml

index 9b5d6d2826ae3ac00cbaf9135252160b31f845a8..2b503e222e93f5f189bad69ae63f742603491482 100644 (file)
@@ -20,7 +20,7 @@
     create=yes
     dest=/etc/logcheck/ignore.d.paranoid/local-ansible
     group=root
-    line='^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ansible-[[:alnum:]]+:'
+    line='^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ansible-[[:alnum:]_]+:'
     mode=644
     owner=root
     state=present