ssh_alt.py / decrease # of ssh roundtrips

This commit is contained in:
jeromew 2013-12-11 04:55:56 -05:00
parent dc41912158
commit 5c965a75f0
23 changed files with 175 additions and 57 deletions

View file

@ -23,7 +23,7 @@ from ansible.runner.return_data import ReturnData
class ActionModule(object):
NEEDS_TMPPATH = False
TRANSFERS_FILES = False
def __init__(self, runner):
self.runner = runner