From 9e3be74540f925a41733ee36d4737a265fe7ad32 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 11 Apr 2018 22:08:05 -0400 Subject: [PATCH] Provide module context Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/variants.module.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/variants.module.xml.j2 b/roles/bodhi2/backend/templates/variants.module.xml.j2 index 337c33adae..faa52bb99f 100644 --- a/roles/bodhi2/backend/templates/variants.module.xml.j2 +++ b/roles/bodhi2/backend/templates/variants.module.xml.j2 @@ -13,7 +13,7 @@ [% for module in moduledefs %] - [[ module.name ]]:[[ module.stream ]]:[[ module.version ]] + [[ module.name ]]:[[ module.stream ]]:[[ module.version ]]:[[ module.context ]] [% endfor %]