Ansible_workstation/roles/borgmatic/handlers/main.yml

6 lines
92 B
YAML
Raw Normal View History

2022-03-04 14:24:09 +00:00
---
# handlers file for borgmatic
2022-03-08 13:42:14 +00:00
- name: reload systemd
systemd:
daemon_reload: yes