mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Revert "ssh_alt.py / decrease # of ssh roundtrips"
This reverts commit 7f8863f96d
.
This commit is contained in:
parent
f72bb8c7a8
commit
74e4ccb59b
22 changed files with 49 additions and 160 deletions
|
@ -28,7 +28,7 @@ class ActionModule(object):
|
|||
|
||||
### We need to be able to modify the inventory
|
||||
BYPASS_HOST_LOOP = True
|
||||
TRANSFERS_FILES = False
|
||||
NEEDS_TMPPATH = False
|
||||
|
||||
def __init__(self, runner):
|
||||
self.runner = runner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue