--- - name: install vim apt: pkg=vim state=present - name: configure vim copy: src=../config/base/_vimrc dest=/home/vagrant/.vimrc