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
818243ca
Commit
818243ca
authored
Feb 17, 2015
by
Max Rothman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Roles don't have dashes in their names anymore, so no point in converting
parent
17be6b20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
playbooks/roles/edx_service/tasks/main.yml
+2
-5
No files found.
playbooks/roles/edx_service/tasks/main.yml
View file @
818243ca
...
...
@@ -93,17 +93,14 @@
-
deploy
when
:
edx_service_config is defined
# Replace dashes with underscores to support roles that use
# dashes (the role vars will contain underscores)
#TODO: REMOVE UNDERSCORE-TO-DASH CONVERSION ONCE ALL ROLES ARE NORMALIZED
-
name
:
install a bunch of system packages on which edx_service relies
apt
:
pkg={{ item }} state=present
with_items
:
"
{{
edx_service_name
.replace('-',
'_')
}}_debian_pkgs"
with_items
:
"
{{
edx_service_name
}}_debian_pkgs"
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
.replace('-',
'_')
}}_redhat_pkgs"
with_items
:
"
{{
edx_service_name
}}_redhat_pkgs"
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