mirror of https://github.com/ansible/ansible.git
fetch - return file in result when changed is true (#85729)
Set the (source) file attribute in the return value if the file changed
(e.g. on initial fetch). The attribute is already set in all other
cases.
(cherry picked from commit 0c7dcb65cf)
pull/85950/head
parent
0f079fd23f
commit
06f272129c
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- fetch - also return ``file`` in the result when changed is ``True`` (https://github.com/ansible/ansible/pull/85729).
|
||||
Loading…
Reference in New Issue