Ansible best practices and committed forgotten handlers for borg role
This commit is contained in:
parent
5b953c8dba
commit
dfc762b005
6 changed files with 23 additions and 5 deletions
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: reload openbsd cron
|
||||
service:
|
||||
name: cron
|
||||
state: reloaded
|
||||
...
|
Reference in a new issue