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
437a1765
Unverified
Commit
437a1765
authored
Jun 27, 2016
by
arbabnazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove the unnecessary conditions
parent
182ddd9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
15 deletions
+1
-15
playbooks/roles/xserver/tasks/deploy.yml
+1
-1
playbooks/roles/xserver/tasks/main.yml
+0
-14
No files found.
playbooks/roles/xserver/tasks/deploy.yml
View file @
437a1765
...
...
@@ -79,7 +79,7 @@
src
:
git_ssh.sh.j2
dest
:
"
/tmp/git_ssh.sh"
owner
:
"
{{
xserver_user
}}"
mode
:
"
750"
mode
:
"
0
750"
notify
:
-
restart xserver
...
...
playbooks/roles/xserver/tasks/main.yml
View file @
437a1765
...
...
@@ -2,20 +2,6 @@
# As of right now this role requires
# access to the edX 6.00x repo which is not public
---
-
name
:
Checking for grader info
fail
:
msg
:
"
You
must
define
XSERVER_GRADER_DIR"
when
:
XSERVER_GRADER_DIR|length == 0
-
fail
:
msg
:
"
You
must
define
XSERVER_GRADER_SOURCE"
when
:
XSERVER_GRADER_SOURCE|length == 0
-
name
:
Checking for git identity
fail
:
msg
:
"
You
must
define
XSERVER_GIT_IDENTITY
to
use
this
role"
when
:
XSERVER_GIT_IDENTITY|length == 0
-
name
:
Create application user
user
:
name
:
"
{{
xserver_user
}}"
...
...
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