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.pull/84176/head^2
parent
686c3658ae
commit
0c7dcb65cf
@ -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