feat: add handlers

This commit is contained in:
2025-11-17 15:06:02 +01:00
parent b73d283e45
commit c5925f2a5a

12
handlers/main.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: reload systemd
ansible.builtin.systemd:
daemon_reload: true
- name: restart docker
ansible.builtin.systemd:
name: docker
state: restarted
daemon_reload: true
ignore_errors: false