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 3d27674 commit 476f001Copy full SHA for 476f001
tasks/main.yml
@@ -27,6 +27,12 @@
27
dest: /usr/local/bin/npx
28
state: link
29
30
+- name: Copy npmrc file
31
+ become: true
32
+ template:
33
+ dest: "{{ nodejs_toolchain_npmrc_dest }}"
34
+ src: npmrc.j2
35
+
36
- include_tasks: setup-Debian.yml
37
when: ansible_os_family == "Debian"
38
templates/npmrc.j2
@@ -0,0 +1 @@
1
+registry=https://artifactory.corp.mongodb.com/artifactory/api/npm/npm/
0 commit comments