Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
5bb8ae2f
Unverified
Commit
5bb8ae2f
authored
Jan 19, 2018
by
Fred Smith
Committed by
GitHub
Jan 19, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4292 from edx/derf/stop_using_ansible_npm_module
stop using ansible npm module
parents
faac4588
730a3cdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
playbooks/roles/edxapp/tasks/deploy.yml
+4
-5
No files found.
playbooks/roles/edxapp/tasks/deploy.yml
View file @
5bb8ae2f
...
...
@@ -247,12 +247,11 @@
-
install
-
install:app-requirements
#install with the shell command instead of the ansible npm module so we don't accidentally re-write package.json
-
name
:
install node dependencies
npm
:
executable
:
"
{{
edxapp_nodeenv_bin
}}/npm"
path
:
"
{{
edxapp_code_dir
}}"
production
:
"
{{
edxapp_npm_production
}}"
state
:
latest
shell
:
"
{{
edxapp_nodeenv_bin
}}/npm
install"
args
:
chdir
:
"
{{
edxapp_code_dir
}}"
environment
:
"
{{
edxapp_environment
}}"
become_user
:
"
{{
edxapp_user
}}"
tags
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment