diff --git a/roles/bodhi2/backend/files/module-variants.xml.j2 b/roles/bodhi2/backend/files/module-variants.xml.j2 new file mode 100644 index 0000000000..8f7184847f --- /dev/null +++ b/roles/bodhi2/backend/files/module-variants.xml.j2 @@ -0,0 +1,14 @@ + + + + + + x86_64 + + + {% for module in modules %} + {{ module }} + {% endfor %} + + +