mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
ssh_alt.py / decrease # of ssh roundtrips
This commit is contained in:
@@ -35,6 +35,8 @@ sys.setdefaultencoding("utf8")
|
||||
|
||||
class ActionModule(object):
|
||||
|
||||
TRANSFERS_FILES = True
|
||||
|
||||
def __init__(self, runner):
|
||||
self.runner = runner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user