From dd0cd703fe1b5f0600963ac4197c6761ad3e2419 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sun, 17 Dec 2017 11:31:53 +0100 Subject: [PATCH] Fix syntax error caused by typo --- Manual.org | 6 +++--- roles/yavdr-xorg/tasks/setup-xorg.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Manual.org b/Manual.org index c5519df..b6210ab 100644 --- a/Manual.org +++ b/Manual.org @@ -1478,10 +1478,10 @@ b'\xde\xad\xbe\xef' - "/etc/X11/xorg.conf.d/" - name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf - # NOTE: write-x11-keyboard-config is in the xlogin package - # Ubuntu's systemd is patched, so it does not create the file automatically command: write-x11-keyboard-config creates: /etc/X11/xorg.conf.d/00-keyboard.conf + # NOTE: write-x11-keyboard-config is in the xlogin package + # Ubuntu's systemd is patched, so it does not create the file automatically - name: systemd-drop-in | add dependency to X-server for vdr.service template: @@ -1511,7 +1511,7 @@ b'\xde\xad\xbe\xef' - name: vdr-config | start softhddevice detached and set audio to pulseaudio lineinfile: path: /etc/vdr/conf.avail/softhddevice.conf - line: '{{ item }}ys + line: '{{ item }}' with_items: - '-D' # - '-a pulse' # do we need this with our existing asound.conf? diff --git a/roles/yavdr-xorg/tasks/setup-xorg.yml b/roles/yavdr-xorg/tasks/setup-xorg.yml index 3a8f86a..ed32847 100644 --- a/roles/yavdr-xorg/tasks/setup-xorg.yml +++ b/roles/yavdr-xorg/tasks/setup-xorg.yml @@ -11,10 +11,10 @@ - "/etc/X11/xorg.conf.d/" - name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf - # NOTE: write-x11-keyboard-config is in the xlogin package - # Ubuntu's systemd is patched, so it does not create the file automatically command: write-x11-keyboard-config creates: /etc/X11/xorg.conf.d/00-keyboard.conf + # NOTE: write-x11-keyboard-config is in the xlogin package + # Ubuntu's systemd is patched, so it does not create the file automatically - name: systemd-drop-in | add dependency to X-server for vdr.service template: