1
0
Fork 0

Ansible best practices and committed forgotten handlers for borg role

This commit is contained in:
Julien Dessaux 2019-07-15 20:40:00 +02:00
parent 5b953c8dba
commit dfc762b005
6 changed files with 23 additions and 5 deletions

6
handlers/main.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: reload openbsd cron
service:
name: cron
state: reloaded
...