We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf38aef commit d3b030cCopy full SHA for d3b030c
dev-setup.yml
@@ -108,11 +108,6 @@
108
warn: false
109
creates: "/home/{{ user_name }}/.vim/autoload/plug.vim"
110
111
- - name: Install vim plugins
112
- become: true
113
- become_user: "{{ user_name }}"
114
- shell: "vim +PlugInstall +qall"
115
-
116
# Copy configuration files
117
118
- name: Copy vimrc
@@ -121,6 +116,11 @@
121
dest: "/home/{{ user_name }}/.vimrc"
122
owner: "{{ user_name }}"
123
119
+ - name: Install vim plugins
120
+ become: true
+ become_user: "{{ user_name }}"
+ shell: "vim +PlugInstall +qall"
+
124
- name: Copy bashrc
125
copy:
126
src: dotfiles/bashrc
0 commit comments