From 12c0ae720bc7e81835e1527ad8fe3f75f81e23a7 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 24 Oct 2017 20:30:02 +0200 Subject: [PATCH] These are templates Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/{files => templates}/pungi.module.conf.j2 | 0 roles/bodhi2/backend/{files => templates}/pungi.rpm.conf.j2 | 0 roles/bodhi2/backend/{files => templates}/variants.module.xml.j2 | 0 roles/bodhi2/backend/{files => templates}/variants.rpm.xml.j2 | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename roles/bodhi2/backend/{files => templates}/pungi.module.conf.j2 (100%) rename roles/bodhi2/backend/{files => templates}/pungi.rpm.conf.j2 (100%) rename roles/bodhi2/backend/{files => templates}/variants.module.xml.j2 (100%) rename roles/bodhi2/backend/{files => templates}/variants.rpm.xml.j2 (100%) diff --git a/roles/bodhi2/backend/files/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 similarity index 100% rename from roles/bodhi2/backend/files/pungi.module.conf.j2 rename to roles/bodhi2/backend/templates/pungi.module.conf.j2 diff --git a/roles/bodhi2/backend/files/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 similarity index 100% rename from roles/bodhi2/backend/files/pungi.rpm.conf.j2 rename to roles/bodhi2/backend/templates/pungi.rpm.conf.j2 diff --git a/roles/bodhi2/backend/files/variants.module.xml.j2 b/roles/bodhi2/backend/templates/variants.module.xml.j2 similarity index 100% rename from roles/bodhi2/backend/files/variants.module.xml.j2 rename to roles/bodhi2/backend/templates/variants.module.xml.j2 diff --git a/roles/bodhi2/backend/files/variants.rpm.xml.j2 b/roles/bodhi2/backend/templates/variants.rpm.xml.j2 similarity index 100% rename from roles/bodhi2/backend/files/variants.rpm.xml.j2 rename to roles/bodhi2/backend/templates/variants.rpm.xml.j2