Add module for display resolution detection.

xorg_facts sets the variable xorg with display information parsed from
xrandr's output
This commit is contained in:
Alexander Grothe
2017-03-26 13:57:31 +02:00
parent f80bf44fc6
commit 0ec472d7b2
11 changed files with 1097 additions and 300 deletions

View File

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