Browse Source

Disable auto run of NPM package install scripts for security

merge-requests/178/head
Andrew Shu 2 weeks ago
parent
commit
d3bce29e7a
  1. 2
      ansible/roles/nodejs/tasks/main.yml

2
ansible/roles/nodejs/tasks/main.yml

@ -18,3 +18,5 @@
# --no-bin-links option is needed to prevent npm from creating symlinks in the .bin # --no-bin-links option is needed to prevent npm from creating symlinks in the .bin
# directory, which doesn't work inside Vagrant on Windows # directory, which doesn't work inside Vagrant on Windows
no_bin_links: true no_bin_links: true
# Disable automatic running of package install scripts, for security
ignore_scripts: true
Loading…
Cancel
Save