0ec472d7b2
xorg_facts sets the variable xorg with display information parsed from xrandr's output
13 lines
206 B
YAML
13 lines
206 B
YAML
---
|
|
# file: yavdr07.yml
|
|
# this playbook sets up a complete yaVDR 0.7 installation
|
|
|
|
- name: set up yaVDR
|
|
hosts: all
|
|
become: true
|
|
roles:
|
|
- display-data
|
|
|
|
handlers:
|
|
- include: handlers/main.yml
|