sync/roles/vim/tasks/main.yml

7 lines
143 B
YAML
Raw 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 }}"
dest: "{{ local_path }}/{{ item.path }}"
state: link
2018-07-04 12:39:19 -04:00
with_filetree: "skel.vim/"