From 929f8a5c93a158f38f97121be66d3d373143badb Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 10 Dec 2013 19:24:08 -0500 Subject: [PATCH] Had to revert commits due to async. --- lib/ansible/runner/action_plugins/async.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/runner/action_plugins/async.py b/lib/ansible/runner/action_plugins/async.py index dee418e9886..985d31419fa 100644 --- a/lib/ansible/runner/action_plugins/async.py +++ b/lib/ansible/runner/action_plugins/async.py @@ -19,6 +19,8 @@ from ansible.runner.return_data import ReturnData class ActionModule(object): + TRANSFER_FILES = True + def __init__(self, runner): self.runner = runner