From 5c4428ce1b270b44a6211f94f1222c3b22dbd1ee Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Sat, 30 Nov 2019 13:41:26 +0100 Subject: [PATCH] General improvements --- tasks/config.yml | 2 ++ tasks/main.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tasks/config.yml b/tasks/config.yml index f7d6620..b19e3a7 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -8,5 +8,7 @@ owner: root group: root mode: 0600 + tags: + - Config notify: - Restart auditbeat diff --git a/tasks/main.yml b/tasks/main.yml index c856472..67f8a6c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,5 +12,7 @@ - include_tasks: install.yml - include_tasks: config.yml + tags: + - Config when: not excluded_roles or "auditbeat" not in excluded_roles -- GitLab