Skip to content

Commit

Permalink
Merge branch 'main' into auto-bump-grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental authored Jul 9, 2024
2 parents e31ffb0 + 0f3ed37 commit 66908a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/patch-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Fix var prefixes in silence-task in role
4 changes: 2 additions & 2 deletions roles/grafana/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@
created_by: "{{ silence.created_by }}"
ends_at: "{{ silence.ends_at }}"
matchers: "{{ silence.matchers }}"
org_id: "{{ datasource.org_id | default(omit) }}"
org_name: "{{ datasource.org_name | default(omit) }}"
org_id: "{{ silence.org_id | default(omit) }}"
org_name: "{{ silence.org_name | default(omit) }}"
starts_at: "{{ silence.starts_at }}"
state: "{{ silence.state | default(omit) }}"
loop: "{{ grafana_silences }}"
Expand Down

0 comments on commit 66908a4

Please sign in to comment.