add xrandr variable

This commit is contained in:
Alexander Grothe 2018-01-16 12:28:18 +01:00
parent 3e24e74cff
commit 7de6a0e193

View File

@ -94,7 +94,7 @@
state: directory state: directory
path: /etc/yavdr path: /etc/yavdr
- copy: - copy:
content: '{{ xorg | to_nice_yaml }}' content: '{{ xorg | combine(xrandr) | to_nice_yaml }}'
dest: /etc/yavdr/xorg.yml dest: /etc/yavdr/xorg.yml
- name: "stop x-verbose@vt7.service" - name: "stop x-verbose@vt7.service"