From 3667a0d1cc6ae804261cef42a06e94e5d539bfce Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 7 Mar 2018 18:43:21 -0800 Subject: [PATCH] Add unarchive fix to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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 +