Add working vim sync

This commit is contained in:
Austen Adler 2018-07-04 12:39:19 -04:00
parent 06814fbb4a
commit 5433ec428d
7 changed files with 4 additions and 5 deletions

View File

@ -18,6 +18,5 @@
clone: yes
update: yes
force: yes
become: no
- name: Install fzf
shell: "{{ local_path|quote }}/.fzf/install --bin"

View File

@ -1,6 +1,6 @@
- name: Link vimrc
- name: Link files
file:
src: "{{ playbook_dir }}/skel.vim/.vimrc"
dest: "{{ local_path }}/.vimrc"
src: "{{ item.src }}"
dest: "{{ local_path }}/{{ item.path }}"
state: link
become: no
with_filetree: "skel.vim/"