From 50736c5c419e0324ff25df259835adf9e0bcde74 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 24 Jul 2017 07:38:41 -0700 Subject: Changelog entry for the copy module rewrite and symbolic mode in file parameters --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2f1b11c3..36908b4b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,14 @@ Ansible Changes By Release * Changed task state resulting from both `rc` and `failed` fields returned, 'rc' no longer overrides 'failed'. Test plugins have also been updated accordingly. * The win_unzip module no longer includes dictionary 'win_unzip' in its results, the content is now directly in the resulting output, like pretty much every other module. +* Rewrite of the copy module so that it handles cornercases with symbolic links + and empty directories. The copy module has a new parameter, local_follow + which controls how links on the source system are treated. (The older + parameter, follow is for links on the remote system.) +* Update the handling of symbolic file permissions in file-related mode + parameters to deal with multiple operators. For instance, mode='u=rw+x-X' to + set the execute bit on directories, remove it from filea, and set read-write + on both is now supported #### New Callbacks: - profile_roles -- cgit v1.2.1