mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
ssh_alt.py / decrease # of ssh roundtrips
This commit is contained in:
@@ -24,7 +24,7 @@ from ansible.runner.return_data import ReturnData
|
||||
class ActionModule(object):
|
||||
''' Print statements during execution '''
|
||||
|
||||
NEEDS_TMPPATH = False
|
||||
TRANSFERS_FILES = False
|
||||
|
||||
def __init__(self, runner):
|
||||
self.runner = runner
|
||||
|
||||
Reference in New Issue
Block a user