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.
1 parent ea9e07f commit afcd9c3Copy full SHA for afcd9c3
defaults/main.yml
@@ -33,6 +33,7 @@ monitoring_promtail_modules_available:
33
# Use odoo-role var if available.
34
log_path: "{{ odoo_role_odoo_log_path | default('/var/log/odoo') }}/odoo.log"
35
template: "odoo-role.j2"
36
+ log_path_folder: "{{ odoo_role_odoo_log_path | default('/var/log/odoo') }}"
37
38
monitoring_promtail_config_dir: "/etc/promtail"
39
monitoring_promtail_config_filename: "config.yml"
0 commit comments