Skip to content

Commit

Permalink
Check if default version was properly set
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdewit committed Jan 15, 2024
1 parent f64fe52 commit 5d65cbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@
ansible.builtin.shell: ". ./nvm.sh && nvm alias default {{ nvm_node_version }}"
args:
chdir: "{{ nvm_install_path }}"
register: nvm_set_default
changed_when: nvm_set_default.rc == 0
when: nvm_check_default.rc != 0

0 comments on commit 5d65cbe

Please sign in to comment.