diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/usb-install.yml | 4 | ||||
-rw-r--r-- | common/vm-install.yml | 4 |
2 files changed, 1 insertions, 7 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" diff --git a/common/vm-install.yml b/common/vm-install.yml index 5cc2a1c3..fd1dbb20 100644 --- a/common/vm-install.yml +++ b/common/vm-install.yml @@ -3,10 +3,6 @@ hosts: "{{ hostname }}" gather_facts: no tasks: - - name: setup variables - set_fact: - network_cooked: "{{ network }}" - install_cooked: "{{ install }}" - name: create temporary host group for vm host add_host: name: "{{ vm_host }}" |