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