synchronize: Use SSH args from SSH connection plugins (#223)

SSH configuration migrated from Ansible configuration to
SSH connection configuration. Make ``synchronize`` understand
this.

Fixes: #222

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2021-08-11 10:45:52 +05:30
committed by GitHub
parent bd594970a8
commit a65807edc3
3 changed files with 16 additions and 13 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- synchronize - use SSH args from SSH connection plugin (https://github.com/ansible-collections/ansible.posix/issues/222).