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
a9d20e28
Commit
a9d20e28
authored
Nov 21, 2017
by
Stuart Young
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conditional check for ssh key
parent
0389a4cd
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 @
a9d20e28
...
...
@@ -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
playbooks/roles/jenkins_worker/tasks/system.yml
View file @
a9d20e28
...
...
@@ -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
...
...
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