Skip to content

Commit

Permalink
fix(neovim): Installation fail when no neovim is there
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Apr 27, 2023
1 parent 109fb2b commit 9019b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/software/tasks/neovim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- versions
tags:
- versions
when: github_packages['neovim'] == 'latest'
when: github_packages['neovim'] != 'nightly'

- name: "[Neovim] Get Neovim nightly version"
ansible.builtin.shell: |
Expand Down

0 comments on commit 9019b9e

Please sign in to comment.