From 5f47f907a327eee91e9096e1943dbad0b36a574e Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 2 Apr 2019 14:41:23 +0200 Subject: [PATCH] check-mk-agent: Add "systemd" tag to task checking for service file This is required to be able to use "-l systemd" with this role. --- roles/check-mk-agent/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/check-mk-agent/tasks/main.yml b/roles/check-mk-agent/tasks/main.yml index 1221c44..0e59f18 100644 --- a/roles/check-mk-agent/tasks/main.yml +++ b/roles/check-mk-agent/tasks/main.yml @@ -28,6 +28,7 @@ - check_mk - monitoring - packages + - systemd stat: path=/etc/systemd/system/check_mk.socket when: "ansible_distribution_major_version|int >= 8" check_mode: no -- 2.39.2