diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5d514fb45..d154b2326e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ Ansible Changes By Release * Fix bug in `lineinfile` where the line would not be inserted when using `insertbefore` or `insertafter` if the pattern occured anywhere in the file. (https://github.com/ansible/ansible/issues/28721) * Fix connection local getting overridden by network_cli for transport nxapi,eapi for platform agnostic modules (https://github.com/ansible/ansible/pull/35590) +* Include dest i nthe results from file copy: + https://github.com/ansible/ansible/pull/35702/