Luke Simard

Results 1 comments of Luke Simard

I fixed the issue using an absolute path when configuring `prometheus_alert_rules_files`, like this: ``` prometheus_alert_rules_files: - "{{ playbook_dir }}/roles/prometheus/prometheus/rules/generic/*.yml" ``` The other thing I noticed is that doing `{{ prometheus_alert_rules_files...