From ee3ce3bd8714ac504fb93b8b7a34d37e4c590739 Mon Sep 17 00:00:00 2001 From: Florent David Date: Fri, 27 May 2022 15:51:46 +0200 Subject: [PATCH] Check Systemd configuration --- handlers/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/handlers/main.yml b/handlers/main.yml index 9e3749b..81cefea 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,4 +1,8 @@ --- +- name: Check Systemd configuration + command: systemd-analyze verify /lib/systemd/system/docker.service + listen: reload systemd + - name: reload systemd systemd: daemon_reload: true