systemd handler changed to ansible.builtin.systemd

This commit is contained in:
Aritra Dalal
2026-05-03 01:15:28 +01:00
parent 9836991a62
commit 6b35a11aea

View File

@@ -39,6 +39,6 @@
handlers:
- name: Restart Docker
systemctl:
ansible.builtin.systemd:
name: docker
state: restarted