remove empty line (which breaks syntax)

This commit is contained in:
Alexander Grothe 2017-12-17 10:41:06 +01:00
parent 7b685ebe98
commit f94dd32250
2 changed files with 0 additions and 2 deletions

View File

@ -1480,7 +1480,6 @@ b'\xde\xad\xbe\xef'
- name: shell | write keyboard configuration from /etc/default/keyboard to /etc/X11/xorg.conf.d/00-keyboard.conf
shell: |
source /etc/default/keyboard
mkdir -p /etc/X11/xorg.conf.d/
cat > /etc/X11/xorg.conf.d/00-keyboard.conf <<EOF
Section "InputClass"

View File

@ -13,7 +13,6 @@
- name: shell | write keyboard configuration from /etc/default/keyboard to /etc/X11/xorg.conf.d/00-keyboard.conf
shell: |
source /etc/default/keyboard
mkdir -p /etc/X11/xorg.conf.d/
cat > /etc/X11/xorg.conf.d/00-keyboard.conf <<EOF
Section "InputClass"