mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Had to revert commits due to async.
This commit is contained in:
parent
74e4ccb59b
commit
929f8a5c93
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ from ansible.runner.return_data import ReturnData
|
|||
|
||||
class ActionModule(object):
|
||||
|
||||
TRANSFER_FILES = True
|
||||
|
||||
def __init__(self, runner):
|
||||
self.runner = runner
|
||||
|
||||
|
|
Loading…
Reference in a new issue