From 9a9c1c57bf3ebdfb74b704b0c19f42e69796a3ca Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 17 Jul 2017 16:15:40 -0700 Subject: [PATCH] Add stat's lnk_target to the changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b0ad1faf..778da3ab5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,6 +99,11 @@ Ansible Changes By Release - The docker_container module has gained a new option, working_dir which allows specifying the working directory for the command being run in the image. - The ec2_win_password module now requires the cryptography python module be installed to run +- The stat module added a field, lnk_target. When the file being stated is + a symlink, lnk_target will contain the target of the link. This differs from + lnk_source when the target is specified relative to the symlink. In this + case, lnk_target will remain relative while lnk_source will be expanded to an + absolute path. ### New Modules