diff options
Diffstat (limited to 'dan/info-beamer.yml')
-rw-r--r-- | dan/info-beamer.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dan/info-beamer.yml b/dan/info-beamer.yml index 3c9f65fe..272a2783 100644 --- a/dan/info-beamer.yml +++ b/dan/info-beamer.yml @@ -5,10 +5,10 @@ gather_facts: no vars_prompt: - - name: info_beamer_base_path - prompt: Where is the SD-Card mounted to? - default: "" - private: no + - name: info_beamer_base_path + prompt: Where is the SD-Card mounted to? + default: "" + private: no roles: - - info-beamer/config + - role: info-beamer/config |