ansible/roles/restic/handlers/main.yml

12 lines
236 B
YAML
Raw Normal View History

2021-01-31 13:25:31 -06:00
---
- name: Reload s6-rc
service:
name: s6-rc
state: reloaded
- name: Restart restic
command: s6-svc -wU -T 5000 -ru /run/service/restic
- name: Restart restic-log
command: s6-svc -wU -T 5000 -ru /run/service/restic-log