sync/roles/vim/tasks/main.yml

8 lines
183 B
YAML
Raw Permalink Normal View History

2018-07-04 12:39:19 -04:00
- name: Link files
file:
2018-07-04 12:39:19 -04:00
src: "{{ item.src }}"
2018-07-07 00:07:24 -04:00
dest: "{{ install_path }}/{{ item.path }}"
state: link
2018-07-07 00:07:24 -04:00
force: "{{ overwrite_existing }}"
2018-07-04 12:39:19 -04:00
with_filetree: "skel.vim/"