Check Systemd configuration

This commit is contained in:
Florent David 2022-05-27 15:51:46 +02:00
parent 15ccc2129c
commit ee3ce3bd87

View File

@ -1,4 +1,8 @@
--- ---
- name: Check Systemd configuration
command: systemd-analyze verify /lib/systemd/system/docker.service
listen: reload systemd
- name: reload systemd - name: reload systemd
systemd: systemd:
daemon_reload: true daemon_reload: true