common: also clear motd on Proxmox hosts

This commit is contained in:
Markus 2019-09-12 13:22:19 +02:00
parent bd06590301
commit 772df6c630
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
with_items:
- { src: '.zshrc', dest: '/root/.zshrc' }
- { src: '.zshrc.local', dest: '/root/.zshrc.local' }
- { src: 'motd', dest: '/etc/motd' }
- { src: 'vimrc.local', dest: '/etc/vim/vimrc.local' }
- name: Set shell for root user