Another syntax correction

This commit is contained in:
Alexander Grothe 2018-01-16 15:02:13 +01:00
parent 08c2154220
commit 06ee0d83a8
2 changed files with 6 additions and 6 deletions

View File

@ -1916,7 +1916,7 @@ xorg_data: {}
- ('xrandr', xrandr['Screen 0:'])
- name: write xorg variable to /etc/yavdr/xorg.yml
- copy:
copy:
content: '{{ xorg_data | to_nice_json }}'
dest: /etc/ansible/facts.d/xorg.fact
when:

View File

@ -114,7 +114,7 @@
- ('xrandr', xrandr['Screen 0:'])
- name: write xorg variable to /etc/yavdr/xorg.yml
- copy:
copy:
content: '{{ xorg_data | to_nice_json }}'
dest: /etc/ansible/facts.d/xorg.fact
when: