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 e7ee198 + 13fc228 commit a87df60Copy full SHA for a87df60
roles/test_alerts/tasks/main.yml
@@ -1,4 +1,11 @@
1
---
2
+- name: "Set the prom auth"
3
+ ansible.builtin.include_role:
4
+ name: client_side_tests
5
+ tasks_from: get_prom_info.yml
6
+ vars:
7
+ prom_auth_method: token
8
+
9
- name: "Test Creating an alert rule in Prometheus"
10
ansible.builtin.include_tasks:
11
file: test_create_an_alert.yml
0 commit comments