workstation/roles/home/tasks/vim.yml

6 lines
131 B
YAML
Raw Normal View History

---
- name: Clone vim settings
git:
repo: https://git.acperkins.com/acp/vimfiles.git
dest: "{{ ansible_env.HOME }}/.vim"