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