From 96e6ccbe616429c7a571b64c36b4397866928bf5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 24 2021 11:00:26 +0000 Subject: toddlers: fix typo, staging is not a variable Signed-off-by: Pierre-Yves Chibon --- diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 3b53d9d..906c0d8 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -139,7 +139,7 @@ notify_admins = [ "pingou@fedoraproject.org", ] # Use fasjson instead of FAS -{% if env == staging %} +{% if env == "staging" %} fasjson = true {% else %} fasjson = false