summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-07-24 07:38:41 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-07-24 10:08:51 -0700
commit50736c5c419e0324ff25df259835adf9e0bcde74 (patch)
tree5e43bcc71b881f53772f5f650eb97eece52be989
parent47f26ee11c84b28e3eac0379c9c3e3112de1b32d (diff)
downloadansible-50736c5c419e0324ff25df259835adf9e0bcde74.tar.gz
Changelog entry for the copy module rewrite and symbolic mode in file parameters
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
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