From: Christian Heller Date: Tue, 21 Mar 2017 18:13:28 +0000 (+0100) Subject: Fix typo. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=1a025cf676cf98f81228543fc468e9b58fb34f0f Fix typo. --- 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