From 62f426e53aeccecb99f99afcb2e66659533da1e2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 25 Feb 2019 19:43:08 +0100 Subject: fix usb/vm-install --- spreadspace/usb-install.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'spreadspace/usb-install.yml') 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 -- cgit v1.2.3