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
14bbda74
Commit
14bbda74
authored
Feb 17, 2015
by
Max Rothman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restart edx_notes_api at the end
parent
38c8237a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
playbooks/roles/edx_notes_api/tasks/main.yml
+9
-0
playbooks/roles/edx_service/tasks/main.yml
+2
-2
No files found.
playbooks/roles/edx_notes_api/tasks/main.yml
View file @
14bbda74
...
...
@@ -120,3 +120,12 @@
src="{{ edx_notes_api_manage }}"
dest="{{ COMMON_BIN_DIR }}/manage.{{ edx_notes_api_service_name }}"
state=link
-
name
:
restart edx_notes_api
supervisorctl_local
:
>
state=restarted
supervisorctl_path={{ supervisor_ctl }}
config={{ supervisor_cfg }}
name={{ edx_notes_api_service_name }}
when
:
not disable_edx_services
sudo_user
:
"
{{
supervisor_service_user
}}"
playbooks/roles/edx_service/tasks/main.yml
View file @
14bbda74
...
...
@@ -95,12 +95,12 @@
-
name
:
install a bunch of system packages on which edx_service relies
apt
:
pkg={{ item }} state=present
with_items
:
"
{{
edx_service_packages.debian
}}"
with_items
:
edx_service_packages.debian
when
:
ansible_distribution in common_debian_variants
-
name
:
install a bunch of system packages on which edx_service relies
yum
:
pkg={{ item }} state=present
with_items
:
"
{{
edx_service_name.redhat
}}"
with_items
:
edx_service_name.redhat
when
:
ansible_distribution in common_redhat_variants
...
...
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