From: Alexander Barton Date: Tue, 2 Apr 2019 12:41:23 +0000 (+0200) Subject: check-mk-agent: Add "systemd" tag to task checking for service file X-Git-Url: https://arthur.barton.de/gitweb/?p=AnsibleRoles.git;a=commitdiff_plain;h=5f47f907a327eee91e9096e1943dbad0b36a574e 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. --- 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