summaryrefslogtreecommitdiff
path: root/dan/info-beamer.yml
blob: 3c9f65feb7999986dda8886738f1f7f2a0aeafb9 (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:
    - info-beamer/config