klips/ansible/roles/core/tasks/configure-vim.yml

11 lines
221 B
YAML
Raw Normal View History

2019-08-29 09:35:19 +00:00
---
- name: Clone github.com/shaunrd0/klips
git:
repo: https://github.com/shaunrd0/klips.git
clone: yes
dest: /etc/klips/
2020-11-23 23:03:37 +00:00
- name: Run Vim setup script
2019-08-29 09:35:19 +00:00
script: /etc/ansible/roles/core/files/setup-vim.sh