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 68eae3f commit 67fdc1f
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 @@ -14,7 +14,7 @@
- name: "NPM | Check if NodeJS is up to date"
ansible.builtin.command: node --version
register: nodejs_up_to_date
failed_when: nodejs_up_to_date.stdout != nodejs_latest_version.stdout
failed_when: false
changed_when: false

- name: "NPM | Show NodeJS version"
Expand Down

0 comments on commit 67fdc1f

Please sign in to comment.