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.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/dan/usb-install.yml b/dan/usb-install.yml
deleted file mode 100644
index 0f62bc85..00000000
--- a/dan/usb-install.yml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-- name: cook variables for host
- hosts: "{{ install_hostname }}"
- gather_facts: no
- tasks:
- - set_fact:
- install: "{{ install | default({}) }}"
- network: "{{ network | default({}) }}"
-
-- import_playbook: ../common/usb-install.yml