mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
ssh_alt.py / decrease # of ssh roundtrips
This commit is contained in:
parent
db182ba498
commit
7f8863f96d
22 changed files with 160 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue