Fix syntax error caused by typo

This commit is contained in:
Alexander Grothe 2017-12-17 11:31:53 +01:00
parent 4097b01602
commit dd0cd703fe
2 changed files with 5 additions and 5 deletions

View File

@ -1478,10 +1478,10 @@ b'\xde\xad\xbe\xef'
- "/etc/X11/xorg.conf.d/" - "/etc/X11/xorg.conf.d/"
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf - 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 command: write-x11-keyboard-config
creates: /etc/X11/xorg.conf.d/00-keyboard.conf 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 - name: systemd-drop-in | add dependency to X-server for vdr.service
template: template:
@ -1511,7 +1511,7 @@ b'\xde\xad\xbe\xef'
- name: vdr-config | start softhddevice detached and set audio to pulseaudio - name: vdr-config | start softhddevice detached and set audio to pulseaudio
lineinfile: lineinfile:
path: /etc/vdr/conf.avail/softhddevice.conf path: /etc/vdr/conf.avail/softhddevice.conf
line: '{{ item }}ys line: '{{ item }}'
with_items: with_items:
- '-D' - '-D'
# - '-a pulse' # do we need this with our existing asound.conf? # - '-a pulse' # do we need this with our existing asound.conf?

View File

@ -11,10 +11,10 @@
- "/etc/X11/xorg.conf.d/" - "/etc/X11/xorg.conf.d/"
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf - 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 command: write-x11-keyboard-config
creates: /etc/X11/xorg.conf.d/00-keyboard.conf 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 - name: systemd-drop-in | add dependency to X-server for vdr.service
template: template: