From 077210db32bf0a252064cf0fb32106a49780198e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 14 Oct 2019 21:43:29 +0100 Subject: [PATCH] Match whitespace, not just tab --- roles/distro/tasks/freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distro/tasks/freebsd.yml b/roles/distro/tasks/freebsd.yml index afaec68..bda8946 100644 --- a/roles/distro/tasks/freebsd.yml +++ b/roles/distro/tasks/freebsd.yml @@ -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