1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Always adjust file attributes with the template module.

This commit is contained in:
Michael DeHaan 2013-02-20 08:05:59 -05:00
parent 3f2fd22ed4
commit 6d604469d8

View file

@ -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)