Install vimfiles for a specific user.
Vimfiles are fetch from a git repository.
Your vimfiles repository must have a install.sh
files in it. Use it to create symlinks. This role won't create symlinks for you.
The user must already exist.
These are the default variables:
vimfiles_repo: https://github.com/welaika/server_vimfiles.git
vimfiles_dependencies:
- vim
- git
- silversearcher-ag
None :)
User john_doe
must already exist.
- hosts: servers
roles:
- role: ansible-role-editor
vars:
vimfiles_user: "john_doe" # mandatory
MIT
Install molecule
$ pip3 install --user 'molecule[docker]'
Start docker and run
$ molecule test
made with ❤️ and ☕️ by weLaika