Skip to content

Commit

Permalink
fix wrong vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sfhl authored Jul 9, 2024
1 parent 19218c4 commit 254834d
Showing 1 changed file with 2 additions and 2 deletions.
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 254834d

Please sign in to comment.