diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 0ea0028..2adf619 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -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 %}