Empty motd on debian systems.

This commit is contained in:
Markus 2016-03-04 13:02:55 +01:00
parent f70a7dbbdd
commit 42e928126d
2 changed files with 1 additions and 0 deletions

0
roles/common/files/motd Normal file
View File

View 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