yavdr-ansible/roles/display-data/tasks/main.yml
Alexander Grothe 0ec472d7b2 Add module for display resolution detection.
xorg_facts sets the variable xorg with display information parsed from
xrandr's output
2017-03-26 13:57:31 +02:00

10 lines
145 B
YAML

---
# file: roles/display-data/tasks/main.yml
- name: "detect xorg configuration"
action: xorg_facts
- debug:
var: xorg
verbosity: 1