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