We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d782101 + da80427 commit f97a8baCopy full SHA for f97a8ba
defaults/main.yml
@@ -26,7 +26,7 @@ monitoring_promtail_modules_enabled:
26
monitoring_promtail_modules_available:
27
backups:
28
# Use backups-role var if available.
29
- log_path: "{{ backups_role_cron_stdout_file | default('/var/log/cron.d/restic-std*.log') }}"
+ log_path: "{{ backups_role_cron_stdout_file | default('/var/log/cron.d/restic-std{err,out}.log') }}"
30
template: "backups-role.j2"
31
odoo:
32
# Use odoo-role var if available.
0 commit comments