Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
f5212d3b
Commit
f5212d3b
authored
7 years ago
by
Spencer Smith
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1752 from pmontanari/patch-1
Force synchronize to use ssh_args so it works when using bastion
parents
3d09c4be
764b1aa5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/download/tasks/main.yml
+2
-0
2 additions, 0 deletions
roles/download/tasks/main.yml
with
2 additions
and
0 deletions
roles/download/tasks/main.yml
+
2
−
0
View file @
f5212d3b
...
@@ -167,6 +167,7 @@
...
@@ -167,6 +167,7 @@
synchronize
:
synchronize
:
src
:
"
{{
fname
}}"
src
:
"
{{
fname
}}"
dest
:
"
{{
fname
}}"
dest
:
"
{{
fname
}}"
use_ssh_args
:
yes
mode
:
pull
mode
:
pull
delegate_to
:
localhost
delegate_to
:
localhost
become
:
false
become
:
false
...
@@ -183,6 +184,7 @@
...
@@ -183,6 +184,7 @@
synchronize
:
synchronize
:
src
:
"
{{
fname
}}"
src
:
"
{{
fname
}}"
dest
:
"
{{
fname
}}"
dest
:
"
{{
fname
}}"
use_ssh_args
:
yes
mode
:
push
mode
:
push
delegate_to
:
localhost
delegate_to
:
localhost
become
:
false
become
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment