summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-03-07 18:43:21 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-03-07 18:43:21 -0800
commit3667a0d1cc6ae804261cef42a06e94e5d539bfce (patch)
tree18a41efe10f316d5f6f52dd3c69155967fee0b56
parentc37e2e5d6e0e5f9fa71279a17eb14cb54a700a55 (diff)
downloadansible-3667a0d1cc6ae804261cef42a06e94e5d539bfce.tar.gz
Add unarchive fix to changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04867581a0..138a220a93 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
+
<a id="2.4.3"></a>