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
305eca00
Unverified
Commit
305eca00
authored
7 years ago
by
Stu Young
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4214 from edx/estute/fix-jenkins-ssh-url-conditional
fix conditional check for jenkins ssh key
parents
169242a8
a9d20e28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
playbooks/roles/jenkins_worker/defaults/main.yml
+0
-2
playbooks/roles/jenkins_worker/tasks/system.yml
+1
-1
No files found.
playbooks/roles/jenkins_worker/defaults/main.yml
View file @
305eca00
...
...
@@ -15,5 +15,3 @@ jenkins_debian_pkgs:
# packer direct download URL
packer_url
:
"
https://releases.hashicorp.com/packer/0.8.6/packer_0.8.6_linux_amd64.zip"
jenkins_worker_key_url
:
null
This diff is collapsed.
Click to expand it.
playbooks/roles/jenkins_worker/tasks/system.yml
View file @
305eca00
...
...
@@ -21,7 +21,7 @@
user
:
"
{{
jenkins_user
}}"
state
:
present
key
:
"
{{
jenkins_worker_key_url
}}"
when
:
jenkins_worker_key_url
when
:
jenkins_worker_key_url
is defined
ignore_errors
:
yes
-
name
:
Set key permissions
...
...
This diff is collapsed.
Click to expand it.
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