[borgbackup_client] rename variable correclty
This commit is contained in:
parent
021a5ef1e8
commit
d928c7f7f0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ storage:
|
|||
retention:
|
||||
keep_daily: "{{ borg_keep_daily }}"
|
||||
keep_weekly: "{{ borg_keep_weekly }}"
|
||||
keep_monthly: "{{ borg_keep_yearly }}"
|
||||
keep_monthly: "{{ borg_keep_monthly }}"
|
||||
|
||||
consistency:
|
||||
checks:
|
||||
|
|
Loading…
Reference in a new issue