summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-02-25 19:43:08 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-02-25 19:43:08 +0100
commit62f426e53aeccecb99f99afcb2e66659533da1e2 (patch)
tree97152d8dc95af87e42571add7a84b5a164432e8b /common
parentap for uhrturm (diff)
fix usb/vm-install
Diffstat (limited to 'common')
-rw-r--r--common/usb-install.yml4
-rw-r--r--common/vm-install.yml4
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 }}"