blob: 272a2783325866e07cf82b2c5d7f2d643edeafbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
- name: configure info-beamer
hosts: "{{ hostname }}"
connection: local
gather_facts: no
vars_prompt:
- name: info_beamer_base_path
prompt: Where is the SD-Card mounted to?
default: ""
private: no
roles:
- role: info-beamer/config
|