Skip to content

Commit

Permalink
Merge pull request #984 from dacook/force-fetch-node-build-968
Browse files Browse the repository at this point in the history
Force fetch nodenv plugins
  • Loading branch information
mkllnk authored Jan 10, 2025
2 parents 27f1aab + a4a76bc commit 753cae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/node/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
repo: "{{ item.repo }}"
dest: "{{ nodenv_root }}/plugins/{{ item.name }}"
version: "{{ item.version }}"
force: yes # because node-build keeps updating a tag ref

- name: add nodenv to user path
blockinfile:
Expand Down

0 comments on commit 753cae1

Please sign in to comment.