borg-backup: fix logrotate name

The logfiles end with ".log" not ".txt"

Change-Id: Ibfc30ad81ae503c507f86f11c89a7305f6e1e553
This commit is contained in:
Ian Wienand 2021-01-20 16:03:46 +11:00
parent 99a36d790e
commit 3664daf067

View File

@ -70,5 +70,5 @@
include_role:
name: logrotate
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