mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07: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):
|
class ActionModule(object):
|
||||||
|
|
||||||
|
TRANSFER_FILES = True
|
||||||
|
|
||||||
def __init__(self, runner):
|
def __init__(self, runner):
|
||||||
self.runner = runner
|
self.runner = runner
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue