From 0a9989fdb41c848d2c33d8e0b9f1a4f23a8a59a9 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 23 Oct 2017 20:03:36 +0200 Subject: [PATCH] Add module-variants Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/module-variants.xml.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 roles/bodhi2/backend/files/module-variants.xml.j2 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 %} + + +