yavdr-ansible/displays.yml

13 lines
192 B
YAML

---
# file: displays.yml
# this playbook runs the yavdr-xorg playbook
- name: set up yaVDR
hosts: all
become: true
roles:
- yavdr-xorg
handlers:
- include: handlers/main.yml