Skip to content

Commit f97a8ba

Browse files
authored
Merge pull request #22 from coopdevs/fix-promtail-backups-path
fix: promtail backups paths
2 parents d782101 + da80427 commit f97a8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ monitoring_promtail_modules_enabled:
2626
monitoring_promtail_modules_available:
2727
backups:
2828
# Use backups-role var if available.
29-
log_path: "{{ backups_role_cron_stdout_file | default('/var/log/cron.d/restic-std*.log') }}"
29+
log_path: "{{ backups_role_cron_stdout_file | default('/var/log/cron.d/restic-std{err,out}.log') }}"
3030
template: "backups-role.j2"
3131
odoo:
3232
# Use odoo-role var if available.

0 commit comments

Comments
 (0)