Merge pull request #1752 from pmontanari/patch-1

Force synchronize to use ssh_args so it works when using bastion
This commit is contained in:
Spencer Smith
2017-10-10 10:40:01 -04:00
committed by GitHub

View File

@ -167,6 +167,7 @@
synchronize:
src: "{{ fname }}"
dest: "{{ fname }}"
use_ssh_args: yes
mode: pull
delegate_to: localhost
become: false
@ -183,6 +184,7 @@
synchronize:
src: "{{ fname }}"
dest: "{{ fname }}"
use_ssh_args: yes
mode: push
delegate_to: localhost
become: false