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 clone: yes
update: yes update: yes
force: yes force: yes
become: no
- name: Install fzf - name: Install fzf
shell: "{{ local_path|quote }}/.fzf/install --bin" shell: "{{ local_path|quote }}/.fzf/install --bin"

View File

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