diff --git a/roles/borgbackup-client/templates/borgmatic/config.yaml.j2 b/roles/borgbackup-client/templates/borgmatic/config.yaml.j2 index dcd1b36b..94750a2c 100644 --- a/roles/borgbackup-client/templates/borgmatic/config.yaml.j2 +++ b/roles/borgbackup-client/templates/borgmatic/config.yaml.j2 @@ -38,7 +38,7 @@ storage: umask: 0077 lock_wait: 5 archive_name_format: '{hostname}-{now}' -{% set extra_init = borg.extra_prune | default([]) %} +{% set extra_init = borg.extra_init | default([]) %} {% set extra_prune = borg.extra_prune | default([]) %} {% set extra_create = borg.extra_create | default([]) %} {% set extra_check = borg.extra_check | default([]) %}