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

11 lines
221 B
YAML

---
- name: Clone github.com/shaunrd0/klips
git:
repo: https://github.com/shaunrd0/klips.git
clone: yes
dest: /etc/klips/
- name: Run Vim setup script
script: /etc/ansible/roles/core/files/setup-vim.sh