borg-backup: fix logrotate name
The logfiles end with ".log" not ".txt" Change-Id: Ibfc30ad81ae503c507f86f11c89a7305f6e1e553
This commit is contained in:
parent
99a36d790e
commit
3664daf067
@ -70,5 +70,5 @@
|
|||||||
include_role:
|
include_role:
|
||||||
name: logrotate
|
name: logrotate
|
||||||
vars:
|
vars:
|
||||||
logrotate_file_name: '/var/log/borg-backup-{{ item }}.txt'
|
logrotate_file_name: '/var/log/borg-backup-{{ item }}.log'
|
||||||
with_inventory_hostnames: borg-backup-server
|
with_inventory_hostnames: borg-backup-server
|
||||||
|
Loading…
Reference in New Issue
Block a user