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,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

View File

@ -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