Skip to content

Commit

Permalink
npm crap
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Sep 22, 2023
1 parent b84b2fb commit 68eae3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/npm/tasks/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- name: "NPM | Check if NodeJS is installed"
ansible.builtin.command: node --version
register: nodejs_installed
failed_when: nodejs_installed.rc != 0 or nodejs_installed.rc != 2
failed_when: false
changed_when: false

- name: "NPM | Check if NodeJS is up to date"
Expand Down

0 comments on commit 68eae3f

Please sign in to comment.