summaryrefslogtreecommitdiff
path: root/common/usb-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb-install.yml')
-rw-r--r--common/usb-install.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/usb-install.yml b/common/usb-install.yml
index 143cacaa..729b9387 100644
--- a/common/usb-install.yml
+++ b/common/usb-install.yml
@@ -1,5 +1,5 @@
---
-- name: Fetch debian installer and bake initrd
+- name: fetch debian installer and bake initrd
hosts: "{{ hostname }}"
connection: local
gather_facts: no
@@ -12,8 +12,6 @@
pre_tasks:
- set_fact:
- install_cooked: "{{ install }}"
- network_cooked: "{{ network }}"
artifacts_dir: "{{ global_artifacts_dir }}/{{ hostname }}"
debian_installer_path: "{{ global_cache_dir }}/debian-installer"