summaryrefslogtreecommitdiff
path: root/common/vm-install.yml
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/vm-install.yml
parentap for uhrturm (diff)
fix usb/vm-install
Diffstat (limited to 'common/vm-install.yml')
-rw-r--r--common/vm-install.yml4
1 files changed, 0 insertions, 4 deletions
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 }}"