install_admin_packages: install mosh and .bash_profile

netsplit
Niklas Yann Wettengel 7 years ago
parent b189a07f79
commit d6cc49abbc

@ -10,12 +10,19 @@
- bash-completion
- bridge-utils
- htop
- mosh
- nload
- rxvt-unicode-terminfo
- screen
- tmux
- vim
- name: create bash_profile
lineinfile:
path: /root/.bash_profile
line: '[[ -f ~/.bashrc ]] && . ~/.bashrc'
create: yes
- name: copy bashrc
copy:
src: bashrc

Loading…
Cancel
Save