Skip to content

Commit

Permalink
Merge pull request #1 from infrawatch/leonid
Browse files Browse the repository at this point in the history
Fixing typo in prometheus URL varibale in test_alerts
lnatapov authored Feb 14, 2023
2 parents 934b826 + 27eefdb commit 1a53713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/test_alerts/tasks/first_test.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,6 @@
- name: "Check that the alert was created"
ansible.builtin.command:
cmd: |
curl -k --user "{{ prom_user }}:{{ prom_pass }}" https://{{ prom_host }}/api/v1/rules
curl -k --user "{{ prom_user }}:{{ prom_pass }}" https://{{ prom_url }}/api/v1/rules
register: output
changed_when: false

0 comments on commit 1a53713

Please sign in to comment.