mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* junos_scp module This module transfers files via SCP from or to remote devices running Junos. * fix version * add return documentation * updated return documentation * docu, renamed args and exceptions + update docu + rename arg download to remote_src (simitlar to copy module) + exception handling for transfer errors * add tests * add test_junos_scp_all * update to reorganized module utils * fix unit tests