From 7eb01d4f825f77778ef5d30cef8c08eedb0e4185 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Thu, 26 Aug 2021 11:07:05 +0200
Subject: [PATCH] fix: set correct path for new mk_logwatch CMK plugin (since
 CMK 2.0, this is a Python script now)

---
 tasks/install_checkmk_plugins.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/install_checkmk_plugins.yml b/tasks/install_checkmk_plugins.yml
index 7691f84..096f7ca 100644
--- a/tasks/install_checkmk_plugins.yml
+++ b/tasks/install_checkmk_plugins.yml
@@ -24,7 +24,7 @@
     mode: "0755"
   loop:
     - "mk_inventory.linux"
-    - "mk_logwatch"
+    - "mk_logwatch.py"
 
 - name: configure logwatch
   blockinfile:
-- 
GitLab