Ansible_workstation/roles/borgmatic/handlers/main.yml

6 lines
92 B
YAML

---
# handlers file for borgmatic
- name: reload systemd
systemd:
daemon_reload: yes