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:
parent
3f2fd22ed4
commit
6d604469d8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue