Skip to content

Commit

Permalink
Remove neovim dir if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
danpawlik committed Jun 12, 2024
1 parent 24af8e3 commit d874218
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/dotfiles/tasks/neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
path: ~/.config/nvim
state: directory

- name: Ensure old neovim dir does not exists
ansible.builtin.file:
path: ~/.local/nvim
state: absent

- name: Copy extracted neovim
copy:
src: /tmp/squashfs-root/
Expand Down

0 comments on commit d874218

Please sign in to comment.