Match whitespace, not just tab
This commit is contained in:
parent
3386311cf8
commit
077210db32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue