forked from infra/ansible
Empty motd on debian systems.
This commit is contained in:
parent
f70a7dbbdd
commit
42e928126d
0
roles/common/files/motd
Normal file
0
roles/common/files/motd
Normal file
@ -28,6 +28,7 @@
|
||||
with_items:
|
||||
- { src: '.zshrc', dest: '/root/.zshrc' }
|
||||
- { src: '.zshrc.local', dest: '/root/.zshrc.local' }
|
||||
- { src: 'motd', dest: '/etc/motd' }
|
||||
- { src: 'prompt_gentoo_setup', dest: '/usr/share/zsh/functions/Prompts/prompt_gentoo_setup' }
|
||||
|
||||
- name: Set shell for root user
|
||||
|
Loading…
Reference in New Issue
Block a user