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
OpenEdx
configuration
Commits
0f385110
Commit
0f385110
authored
8 years ago
by
Feanil Patel
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't install `/edx/bin/update` on devstacks.
It doesn't work there and somewhat regularly causes confusion.
parent
89192081
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
playbooks/roles/edx_ansible/tasks/deploy.yml
+13
-2
No files found.
playbooks/roles/edx_ansible/tasks/deploy.yml
View file @
0f385110
...
...
@@ -22,7 +22,19 @@
-
install
-
install:app-requirements
-
name
:
Create update and show-repo-heads script
-
name
:
Create update script
template
:
dest
:
"
{{
edx_ansible_app_dir}}/update"
src
:
"
update.j2"
owner
:
"
{{
edx_ansible_user
}}"
group
:
"
{{
edx_ansible_user
}}"
mode
:
"
0755"
when
:
devstack is not defined or not devstack
tags
:
-
install
-
install:configuration
-
name
:
Create utility scripts
template
:
dest
:
"
{{
edx_ansible_app_dir}}/{{
item.dest
}}"
src
:
"
{{
item.src
}}"
...
...
@@ -30,7 +42,6 @@
group
:
"
{{
edx_ansible_user
}}"
mode
:
"
0755"
with_items
:
-
{
src
:
'
update.j2'
,
dest
:
'
update'
}
-
{
src
:
'
show-repo-heads.j2'
,
dest
:
'
show-repo-heads'
}
tags
:
-
install
...
...
This diff is collapsed.
Click to expand it.
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