We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb563bb commit ce4c33fCopy full SHA for ce4c33f
playbooks/roles/edxapp/tasks/deploy.yml
@@ -320,7 +320,7 @@
320
# Installing npm aliases
321
- name: Install NPM aliases
322
shell: >
323
- npm install {{ item.value }}
+ npm install {{ item.key }}@{{ item.value }}
324
args:
325
chdir: "{{ edxapp_code_dir }}"
326
environment: "{{ edxapp_environment | combine(git_ssh_environment_mixin) }}"
0 commit comments