From 14913bcd3db497284fe819ce834ddd801b7e3d4f Mon Sep 17 00:00:00 2001 From: Sandwich Date: Fri, 20 Feb 2026 23:01:38 +0100 Subject: [PATCH] refactor: move playbook-root templates into their respective roles --- {templates => roles/environment/templates}/almalinux.repo.j2 | 0 {templates => roles/environment/templates}/fedora.repo.j2 | 0 {templates => roles/environment/templates}/rhel.repo.j2 | 0 {templates => roles/environment/templates}/rocky.repo.j2 | 0 {templates => roles/virtualization/templates}/xen.cfg.j2 | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {templates => roles/environment/templates}/almalinux.repo.j2 (100%) rename {templates => roles/environment/templates}/fedora.repo.j2 (100%) rename {templates => roles/environment/templates}/rhel.repo.j2 (100%) rename {templates => roles/environment/templates}/rocky.repo.j2 (100%) rename {templates => roles/virtualization/templates}/xen.cfg.j2 (100%) diff --git a/templates/almalinux.repo.j2 b/roles/environment/templates/almalinux.repo.j2 similarity index 100% rename from templates/almalinux.repo.j2 rename to roles/environment/templates/almalinux.repo.j2 diff --git a/templates/fedora.repo.j2 b/roles/environment/templates/fedora.repo.j2 similarity index 100% rename from templates/fedora.repo.j2 rename to roles/environment/templates/fedora.repo.j2 diff --git a/templates/rhel.repo.j2 b/roles/environment/templates/rhel.repo.j2 similarity index 100% rename from templates/rhel.repo.j2 rename to roles/environment/templates/rhel.repo.j2 diff --git a/templates/rocky.repo.j2 b/roles/environment/templates/rocky.repo.j2 similarity index 100% rename from templates/rocky.repo.j2 rename to roles/environment/templates/rocky.repo.j2 diff --git a/templates/xen.cfg.j2 b/roles/virtualization/templates/xen.cfg.j2 similarity index 100% rename from templates/xen.cfg.j2 rename to roles/virtualization/templates/xen.cfg.j2