diff --git a/pr/333/prometheus_role.html b/pr/333/prometheus_role.html index c77e5439..73032706 100644 --- a/pr/333/prometheus_role.html +++ b/pr/333/prometheus_role.html @@ -200,7 +200,7 @@ To check whether it is installed, run

list / elements=dictionary

Full list of alerting rules which will be copied to {{ prometheus_config_dir }}/rules/ansible_managed.rules.

-

Alerting rules can be also provided by other files located in {{ prometheus_config_dir }}/rules/ which have a *.rules or *.rules.yml extension

+

Alerting rules can be also provided by other files located in {{ prometheus_config_dir }}/rules/ which have a *.yml extension

Please see default values in role defaults/main.yml

@@ -209,7 +209,7 @@ To check whether it is installed, run

list / elements=string

List of folders where ansible will look for files containing alerting rules which will be copied to {{ prometheus_config_dir }}/rules/.

-

Files must have a *.rules or *.rules.yml extension

+

Files must have a *.yml extension

Default: ["prometheus/rules/*.rules"]