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
e8d8e627
Commit
e8d8e627
authored
Jun 30, 2016
by
Edward Zarecor
Committed by
GitHub
Jun 30, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3188 from edx/e0d/add-condition
Only write out when there is a key
parents
7c55c68b
927ed7e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
playbooks/roles/xqwatcher/defaults/main.yml
+1
-1
playbooks/roles/xqwatcher/tasks/deploy.yml
+1
-0
No files found.
playbooks/roles/xqwatcher/defaults/main.yml
View file @
e8d8e627
...
...
@@ -52,7 +52,7 @@ XQWATCHER_CONFIG:
XQWATCHER_COURSES
:
[]
XQWATCHER_GIT_IDENTITY
:
!!null
XQWATCHER_GIT_IDENTITY
:
"
none"
XQWATCHER_VERSION
:
"
master"
XQWATCHER_REPOS
:
...
...
playbooks/roles/xqwatcher/tasks/deploy.yml
View file @
e8d8e627
...
...
@@ -5,6 +5,7 @@
owner
:
"
{{
xqwatcher_user
}}"
group
:
"
{{
xqwatcher_user
}}"
mode
:
"
0600"
when
:
XQWATCHER_GIT_IDENTITY != 'none'
tags
:
-
install
-
install:code
...
...
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