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

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