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
7e4d76bd
Commit
7e4d76bd
authored
Jun 23, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating task name
parent
4369a040
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
playbooks/roles/edx_service/tasks/main.yml
+4
-5
No files found.
playbooks/roles/edx_service/tasks/main.yml
View file @
7e4d76bd
...
...
@@ -10,7 +10,7 @@
#
#
# Tasks for role edx_service
#
#
# Overview:
#
# This role performs the repetive tasks that most edX roles
...
...
@@ -45,7 +45,7 @@
-
"
{{
COMMON_APP_DIR
}}/{{
edx_service_name
}}/venvs"
-
"
{{
COMMON_APP_DIR
}}/{{
edx_service_name
}}/data"
-
name
:
create edx_service
app and venv
dir
-
name
:
create edx_service
log
dir
file
:
>
path="{{ item }}"
state=directory
...
...
@@ -53,7 +53,7 @@
group="{{ common_web_group }}"
with_items
:
-
"
{{
COMMON_LOG_DIR
}}/{{
edx_service_name
}}"
-
name
:
install a bunch of system packages on which edx_service relies
apt
:
pkg={{ item }} state=present
...
...
@@ -63,4 +63,4 @@
-
name
:
install a bunch of system packages on which edx_service relies
yum
:
pkg={{ item }} state=present
with_items
:
"
{{
edx_service_name
}}_redhat_pkgs"
when
:
ansible_distribution in common_redhat_variants
\ No newline at end of file
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