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 f7e7c64 commit 7fb4c9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/npm/tasks/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
- name: "NPM | Check if NodeJS is installed"
ansible.builtin.command: node --version
register: nodejs_installed
failed_when: nodejs_installed.rc != 0
changed_when: false

- 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
changed_when: false

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

0 comments on commit 7fb4c9b

Please sign in to comment.