diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-07-24 01:03:28 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-07-24 01:03:28 +0200 |
commit | 81e07aa0953cee321eb0249f8630c52fe73ab5d0 (patch) | |
tree | 35cfeadab46de682bd611f584113d736b4a1c531 /roles/installer/debian | |
parent | yet another refactoring of the network config (diff) |
final fixes for iso installer and add installer generate helper scripts
Diffstat (limited to 'roles/installer/debian')
-rw-r--r-- | roles/installer/debian/iso/tasks/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/installer/debian/iso/tasks/main.yml b/roles/installer/debian/iso/tasks/main.yml index 70cb2a7b..fd2f941d 100644 --- a/roles/installer/debian/iso/tasks/main.yml +++ b/roles/installer/debian/iso/tasks/main.yml @@ -34,13 +34,11 @@ name: installer/debian/preseed - name: generate isolinux configuration for BIOS boot - run_once: true template: src: isolinux.cfg.j2 dest: "{{ tmpdir.path }}/isolinux.cfg" - name: generate grub configuration for UEFI boot - run_once: true template: src: grub.cfg.j2 dest: "{{ tmpdir.path }}/grub.cfg" |