Match whitespace, not just tab

This commit is contained in:
Anthony Rose 2019-10-14 21:43:29 +01:00
parent 3386311cf8
commit 077210db32

View file

@ -49,7 +49,7 @@
become: true
lineinfile:
path: /etc/ttys
regexp: '^ttyv8 .*'
regexp: '^ttyv8\s.*'
line: 'ttyv8 "/usr/local/bin/xdm -nodaemon" xterm on secure'
- name: Set xorg keyboard layout
become: true