ansible/roles/backup/handlers/main.yml
Salt 00fb2bb32e Work on a basic implementation of backups
Still need to set up good defaults and do host-based configuration tho
2020-12-24 09:06:20 -06:00

7 lines
160 B
YAML

#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- name: restart backup timer
systemd: name=backup.timer state=restarted daemon_reload=yes
become: yes