install_admin_packages: install mosh and .bash_profile

netsplit
Niklas Yann Wettengel 8 years ago
parent b189a07f79
commit d6cc49abbc

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

Loading…
Cancel
Save