You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use synchronize to copy from remote to remote with delegate_to, but when ssh key is not copied synchronize just hangs infinitely, the workaround is to set timeout (what about big files) but I think it should fail with error
# /usr/lib/python3.12/site-packages/ansible_collections
Collection Version
------------- -------
ansible.posix 1.6.2
CONFIGURATION
CONFIG_FILE() = None
GALAXY_SERVERS:
OS / ENVIRONMENT
Arch Linux, target Ubuntu
STEPS TO REPRODUCE
use synchronize to copy remote to remote, but don't copy ssh keys
EXPECTED RESULTS
Fail with error
ACTUAL RESULTS
Hangs indefinitely
The text was updated successfully, but these errors were encountered:
malformed-c
changed the title
synchronize hangs infinitely with delegate_to and can't login with ssh key
synchronize hangs infinitely with delegate_to and when it can't login with ssh key
Nov 12, 2024
Related #219 but it seems abandoned
SUMMARY
Use synchronize to copy from remote to remote with delegate_to, but when ssh key is not copied synchronize just hangs infinitely, the workaround is to set timeout (what about big files) but I think it should fail with error
ISSUE TYPE
COMPONENT NAME
synchronize
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Arch Linux, target Ubuntu
STEPS TO REPRODUCE
use synchronize to copy remote to remote, but don't copy ssh keys
EXPECTED RESULTS
Fail with error
ACTUAL RESULTS
Hangs indefinitely
The text was updated successfully, but these errors were encountered: