X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig.yml;h=ac9198d457268e76c37288406e590f90586051ce;hb=1a025cf676cf98f81228543fc468e9b58fb34f0f;hp=d286ed90df0f675e5fdca0e8bfb6316402a41546;hpb=cb1e4854b96824f188e441858803f99440768118;p=config 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