fix vim vundle plugin install #204
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@
|
||||||
chdir: "{{ item.home }}"
|
chdir: "{{ item.home }}"
|
||||||
loop: "{{ dotfiles }}"
|
loop: "{{ dotfiles }}"
|
||||||
register: plugin
|
register: plugin
|
||||||
successful_when: plugin.rc == 1
|
changed_when: "plugin.rc == 1"
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue