From 8e18eefea9b9eb874cee70c91b61124fd3c7b25d Mon Sep 17 00:00:00 2001 From: dpavle <17710777+dpavle@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:27:09 +0200 Subject: [PATCH] enhancement(prometheus): match any .yml file in /rules: docs --- roles/prometheus/meta/argument_specs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/prometheus/meta/argument_specs.yml b/roles/prometheus/meta/argument_specs.yml index 1ac90a303..1607946ea 100644 --- a/roles/prometheus/meta/argument_specs.yml +++ b/roles/prometheus/meta/argument_specs.yml @@ -130,14 +130,14 @@ argument_specs: prometheus_alert_rules: description: - "Full list of alerting rules which will be copied to C({{ prometheus_config_dir }}/rules/ansible_managed.rules)." - - "Alerting rules can be also provided by other files located in C({{ prometheus_config_dir }}/rules/) which have a C(*.rules) or C(*.rules.yml) extension" + - "Alerting rules can be also provided by other files located in C({{ prometheus_config_dir }}/rules/) which have a C(*.yml) extension" - "Please see default values in role defaults/main.yml" type: "list" elements: "dict" prometheus_alert_rules_files: description: - "List of folders where ansible will look for files containing alerting rules which will be copied to C({{ prometheus_config_dir }}/rules/)." - - "Files must have a C(*.rules) or C(*.rules.yml) extension" + - "Files must have a C(*.yml) extension" type: "list" elements: "str" default: