summaryrefslogtreecommitdiff
path: root/dan/usb-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/usb-install.yml')
-rw-r--r--dan/usb-install.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/dan/usb-install.yml b/dan/usb-install.yml
index 7912f21a..b7a1c8be 100644
--- a/dan/usb-install.yml
+++ b/dan/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