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 67fdc1f commit 29fde00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/npm/tasks/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
remote_src: true
mode: "0644"

- name: NPM | Ensure NodeJS Modules directory exists
ansible.builtin.file:
path: /usr/local/lib/node_modules
state: directory
mode: "0755"

- name: "NPM | Copy NodeJS Modules"
ansible.builtin.copy:
src: /tmp/{{ nodejs_package_name }}/lib/node_modules/
Expand Down

0 comments on commit 29fde00

Please sign in to comment.