From 1a025cf676cf98f81228543fc468e9b58fb34f0f Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 21 Mar 2017 19:13:28 +0100 Subject: [PATCH] Fix typo. --- ansible/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/config.yml b/ansible/config.yml index d286ed9..ac9198d 100644 --- a/ansible/config.yml +++ b/ansible/config.yml @@ -60,7 +60,7 @@ - sudo - openssh-client - name: ensure boot messages are not cleared on start up - replace: dest=/etc/systemd/system/getty.target.wants/getty@tty1.service regexp='^TTYVTDisallocate=yes.*$' replace='TTYVDisallocate=no' + replace: dest=/etc/systemd/system/getty.target.wants/getty@tty1.service regexp='^TTYVTDisallocate=yes.*$' replace='TTYVTDisallocate=no' # Config user. - name: create user plom with sudo privileges and bash shell -- 2.30.2