From 49f92e26ebba7db8bf3463ae8b06cfaf36fd3007 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 12 Nov 2019 10:03:59 +0000 Subject: [PATCH] Replace spaces with tabs to match existing lines --- roles/distro-gui/tasks/netbsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distro-gui/tasks/netbsd.yml b/roles/distro-gui/tasks/netbsd.yml index da99ac0..47ad918 100644 --- a/roles/distro-gui/tasks/netbsd.yml +++ b/roles/distro-gui/tasks/netbsd.yml @@ -15,4 +15,4 @@ lineinfile: path: /etc/ttys regexp: ^console\s+ - line: 'console "/usr/libexec/getty Pc" vt100 off secure' + line: 'console "/usr/libexec/getty Pc" vt100 off secure'