Parcourir la source

Remove useless quote

pull/3399/head
Slavi Pantaleev il y a 1 an
Parent
révision
f5a088b820
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roles/custom/matrix-alertmanager-receiver/defaults/main.yml

+ 1
- 1
roles/custom/matrix-alertmanager-receiver/defaults/main.yml Voir le fichier

@@ -205,7 +205,7 @@ matrix_alertmanager_receiver_config_templating_firing_template: |-
# Controls the `templating.resolved-template` configuration setting.
matrix_alertmanager_receiver_config_templating_resolved_template: |-
{% raw %}
<strong><font color="{{ .ComputedValues.color }}">{{ .Alert.Status | ToUpper }}</font></strong>{{ .Alert.Labels.name }}'
<strong><font color="{{ .ComputedValues.color }}">{{ .Alert.Status | ToUpper }}</font></strong>{{ .Alert.Labels.name }}
{% endraw %}

# Default matrix-alertmanager-receiver configuration template which covers the generic use case.


Chargement…
Annuler
Enregistrer