summaryrefslogtreecommitdiff
path: root/roles/installer/debian/preseed/tasks/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-29 01:28:43 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-01 11:37:40 +0200
commitc750374c93682f18b4e91dec3c88dfdd1a8af3e2 (patch)
tree07e25e0dc06e8e3e1635c28c36fc90a4f7f3cf35 /roles/installer/debian/preseed/tasks/main.yml
parentanother attempt to fix the partman recipe (diff)
simplified partman early command
Diffstat (limited to 'roles/installer/debian/preseed/tasks/main.yml')
-rw-r--r--roles/installer/debian/preseed/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer/debian/preseed/tasks/main.yml b/roles/installer/debian/preseed/tasks/main.yml
index 53e9d225..599d9ddb 100644
--- a/roles/installer/debian/preseed/tasks/main.yml
+++ b/roles/installer/debian/preseed/tasks/main.yml
@@ -10,7 +10,7 @@
src: "preseed_{{ hostvars[install_hostname].preseed_template_name | default(install_distro + '-' + install_codename) }}.cfg.j2"
dest: "{{ preseed_tmpdir }}/preseed.cfg"
-- name: Generate partman early-command
+- name: Generate partmam early-command script
template:
src: "partman_early-command.sh.j2"
dest: "{{ preseed_tmpdir }}/partman_early-command.sh"