Commit 6d604469 by Michael DeHaan

Always adjust file attributes with the template module.

parent 3f2fd22e
......@@ -113,5 +113,5 @@ class ActionModule(object):
res.after_diff_value = resultant
return res
else:
return ReturnData(conn=conn, comm_ok=True, result=dict(changed=False))
return self.runner._execute_module(conn, tmp, 'file', module_args, inject=inject)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment