We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073c3d2 commit d436a57Copy full SHA for d436a57
defaults/main.yml
@@ -1,4 +1,5 @@
1
---
2
+nodejs_toolchain_artifactory_base_url: https://artifactory.corp.mongodb.com
3
nodejs_toolchain_final_dest: /opt/node
4
nodejs_toolchain_npmrc_dest: "~{{ nodejs_toolchain_user }}/.npmrc"
5
nodejs_toolchain_version: ""
templates/npmrc.j2
@@ -1 +1 @@
-registry=https://artifactory.corp.mongodb.com/artifactory/api/npm/npm/
+registry={{ nodejs_toolchain_artifactory_base_url }}/artifactory/api/npm/npm/
0 commit comments