Fix syntax error caused by typo
This commit is contained in:
parent
4097b01602
commit
dd0cd703fe
@ -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?
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user