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:
9
roles/template-test/tasks/main.yml
Normal file
9
roles/template-test/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: show vars
|
||||
debug:
|
||||
var: '{{ system }}'
|
||||
|
||||
- name: test templates
|
||||
template:
|
||||
src: templates/test.j2
|
||||
dest: /tmp/test.txt
|
Reference in New Issue
Block a user