feat: Add borgmatic actions
This commit is contained in:
parent
18828d33bf
commit
601204a7b0
@ -38,3 +38,7 @@ healthchecks:
|
||||
keep_daily: {{ borgmatic_retention.daily }}
|
||||
keep_monthly: {{ borgmatic_retention.monthly }}
|
||||
keep_weekly: {{ borgmatic_retention.weekly }}
|
||||
|
||||
{% if borgmatic_actions | length > 0 %}
|
||||
{{ borgmatic_actions }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user