Another syntax correction
This commit is contained in:
parent
08c2154220
commit
06ee0d83a8
@ -1916,9 +1916,9 @@ xorg_data: {}
|
|||||||
- ('xrandr', xrandr['Screen 0:'])
|
- ('xrandr', xrandr['Screen 0:'])
|
||||||
|
|
||||||
- name: write xorg variable to /etc/yavdr/xorg.yml
|
- name: write xorg variable to /etc/yavdr/xorg.yml
|
||||||
- copy:
|
copy:
|
||||||
content: '{{ xorg_data | to_nice_json }}'
|
content: '{{ xorg_data | to_nice_json }}'
|
||||||
dest: /etc/ansible/facts.d/xorg.fact
|
dest: /etc/ansible/facts.d/xorg.fact
|
||||||
when:
|
when:
|
||||||
- xrandr is defined
|
- xrandr is defined
|
||||||
- xorg is defined
|
- xorg is defined
|
||||||
|
@ -114,9 +114,9 @@
|
|||||||
- ('xrandr', xrandr['Screen 0:'])
|
- ('xrandr', xrandr['Screen 0:'])
|
||||||
|
|
||||||
- name: write xorg variable to /etc/yavdr/xorg.yml
|
- name: write xorg variable to /etc/yavdr/xorg.yml
|
||||||
- copy:
|
copy:
|
||||||
content: '{{ xorg_data | to_nice_json }}'
|
content: '{{ xorg_data | to_nice_json }}'
|
||||||
dest: /etc/ansible/facts.d/xorg.fact
|
dest: /etc/ansible/facts.d/xorg.fact
|
||||||
when:
|
when:
|
||||||
- xrandr is defined
|
- xrandr is defined
|
||||||
- xorg is defined
|
- xorg is defined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user