yavdr-ansible/roles/template-test/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
143 B
YAML

---
- name: show vars
debug:
var: '{{ system }}'
- name: test templates
template:
src: templates/test.j2
dest: /tmp/test.txt