home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb1e485
)
Fix typo.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 21 Mar 2017 18:13:28 +0000
(19:13 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 21 Mar 2017 18:13:28 +0000
(19:13 +0100)
ansible/config.yml
patch
|
blob
|
history
diff --git
a/ansible/config.yml
b/ansible/config.yml
index d286ed90df0f675e5fdca0e8bfb6316402a41546..ac9198d457268e76c37288406e590f90586051ce 100644
(file)
--- 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='TTYV
T
Disallocate=no'
# Config user.
- name: create user plom with sudo privileges and bash shell