Files
ansible_borg_client/handlers/main.yml
Thomas Constans 5b57905b21 various fix
switch from cron to systemd
bypass hadoly anubis protection
2026-02-15 10:00:59 +01:00

5 lines
117 B
YAML

---
# handlers file for borg_client
- name: reload systemd
ansible.builtin.systemd_service:
daemon_reload: true