This ansible role installs vim
- hosts: all
roles:
- wtanaka.vim
Default: True
When True, this role short-circuits itself if a "vim" is already in the path
The full set of configuration options available are visible in defaults/main.yml
GPLv2