yavdr-ansible/displays.yml

13 lines
204 B
YAML
Raw Normal View History

---
# file: yavdr07.yml
# this playbook sets up a complete yaVDR 0.7 installation
- name: set up yaVDR
hosts: all
become: true
roles:
2017-04-10 13:24:40 +02:00
- yavdr-xorg
handlers:
- include: handlers/main.yml