---
# 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