blob: ab455ff728e2dd8bde2036ec52e2cf3fb89600c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---
- name: setup variables
hosts: "{{ install_hostname }}"
gather_facts: no
tasks:
- set_fact:
install_cooked: "{{ install }}"
network_cooked: "{{ network }}"
- import_playbook: ../common/usb-install.yml
|