Install my preferred basic vim configuration based on vim-plug.
curl -fsSL "https://raw.githubusercontent.com/rgm3/ansible-vim/master/install.sh" | bash
# Install locally for the current user
ansible-playbook -c local -i localhost, playbook.yml
# Install on a remote server for a different user
ansible-playbook -i raspberrypi.local, -u pi --ask-pass playbook.yml