Skip to content
Snippets Groups Projects
Commit f5212d3b authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #1752 from pmontanari/patch-1

Force synchronize to use ssh_args so it works when using bastion
parents 3d09c4be 764b1aa5
Branches
Tags
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment