summaryrefslogtreecommitdiff
path: root/spreadspace/usb-install.yml
blob: ae9487070ae9ac1715ca52a515c09657e7819b8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: cook variables for host
  hosts: "{{ install_hostname }}"
  gather_facts: no
  tasks:
  - set_fact:
      install: "{{ install }}"
      network: "{{ network }}"

- import_playbook: ../common/usb-install.yml