summaryrefslogtreecommitdiff
path: root/spreadspace/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 /spreadspace/vm-install.yml
parentap for uhrturm (diff)
fix usb/vm-install
Diffstat (limited to 'spreadspace/vm-install.yml')
-rw-r--r--spreadspace/vm-install.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/spreadspace/vm-install.yml b/spreadspace/vm-install.yml
index b5d8bf2e..99d1558d 100644
--- a/spreadspace/vm-install.yml
+++ b/spreadspace/vm-install.yml
@@ -1,2 +1,10 @@
---
+- name: setup variables
+ hosts: "{{ hostname }}"
+ gather_facts: no
+ tasks:
+ - set_fact:
+ install_cooked: "{{ install }}"
+ network_cooked: "{{ network }}"
+
- import_playbook: ../common/vm-install.yml