summaryrefslogtreecommitdiff
path: root/spreadspace
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
parentap for uhrturm (diff)
fix usb/vm-install
Diffstat (limited to 'spreadspace')
-rw-r--r--spreadspace/usb-install.yml8
-rw-r--r--spreadspace/vm-install.yml8
2 files changed, 16 insertions, 0 deletions
diff --git a/spreadspace/usb-install.yml b/spreadspace/usb-install.yml
index 7912f21a..b7a1c8be 100644
--- a/spreadspace/usb-install.yml
+++ b/spreadspace/usb-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/usb-install.yml
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