diff --git a/roles/common/files/motd b/roles/common/files/motd new file mode 100644 index 0000000..e69de29 diff --git a/roles/common/tasks/Debian.yml b/roles/common/tasks/Debian.yml index e28bea8..9c1e992 100644 --- a/roles/common/tasks/Debian.yml +++ b/roles/common/tasks/Debian.yml @@ -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