From 06ee0d83a8dd7e8b3f528260a072c4b56c1452e3 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Tue, 16 Jan 2018 15:02:13 +0100 Subject: [PATCH] Another syntax correction --- Manual.org | 6 +++--- roles/yavdr-xorg/tasks/detect-xorg.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Manual.org b/Manual.org index 570745c..f88df44 100644 --- a/Manual.org +++ b/Manual.org @@ -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 diff --git a/roles/yavdr-xorg/tasks/detect-xorg.yml b/roles/yavdr-xorg/tasks/detect-xorg.yml index e3c967a..af2b1f5 100644 --- a/roles/yavdr-xorg/tasks/detect-xorg.yml +++ b/roles/yavdr-xorg/tasks/detect-xorg.yml @@ -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