From 62f426e53aeccecb99f99afcb2e66659533da1e2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 25 Feb 2019 19:43:08 +0100 Subject: fix usb/vm-install --- common/usb-install.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common/usb-install.yml') 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" -- cgit v1.2.3