Skip to content

Commit

Permalink
deploy: Fix timing out while installing vim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
aiotter committed Dec 9, 2021
1 parent 71d0e27 commit 9921bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ansible/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
shell:
cmd: |
before=$(find {{ dir }})
yes | vim +quit >/dev/null
nvim -e +':wq! /dev/null' >/dev/null
diff <(echo "$before") <(find {{ dir }}) >/dev/null || echo changed
executable: /bin/bash
register: result
Expand Down

0 comments on commit 9921bdf

Please sign in to comment.