diff --git a/CHANGELOG.md b/CHANGELOG.md index 04867581a02..138a220a933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,10 @@ Ansible Changes By Release working with Docker SDK 3.x: https://github.com/ansible/ansible/pull/36973 * Ensure we install ansible-config and ansible-inventory with `pip install -e` (https://github.com/ansible/ansible/pull/37151) +* Fix for unarchive when users use the --strip-components extra_opt to tar + causing ansible to set permissions on the wrong directory. + https://github.com/ansible/ansible/pull/37048 +