From 290ba30d4dadea26620fbf3bcb33401f39e64b25 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 13 Apr 2019 19:20:20 +0000 Subject: [PATCH] move preseed file --- tasks/config.yaml | 2 +- templates/{ => config/includes.installer}/preseed.cfg.j2 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{ => config/includes.installer}/preseed.cfg.j2 (100%) diff --git a/tasks/config.yaml b/tasks/config.yaml index 9a8f8e6..b234683 100644 --- a/tasks/config.yaml +++ b/tasks/config.yaml @@ -75,5 +75,5 @@ - name: debian-installer preseed template: - src: preseed.cfg.j2 + src: config/includes.installer/preseed.cfg.j2 dest: "{{ live_build_directory }}/config/includes.installer/preseed.cfg" diff --git a/templates/preseed.cfg.j2 b/templates/config/includes.installer/preseed.cfg.j2 similarity index 100% rename from templates/preseed.cfg.j2 rename to templates/config/includes.installer/preseed.cfg.j2