INSIGHT-MVP/repos/INSIGHT-Infra/ansible/roles/common/handlers/main.yml
Thomas Reitz 4955c03570 fix(infra): Handler aus tasks/ in separate handlers/main.yml verschoben
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 15:36:48 +01:00

10 lines
145 B
YAML

---
- name: restart chrony
service:
name: chrony
state: restarted
- name: restart sshd
service:
name: sshd
state: restarted