1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Changelog entry for the copy module rewrite and symbolic mode in file parameters

This commit is contained in:
Toshio Kuratomi 2017-07-24 07:38:41 -07:00
parent 47f26ee11c
commit 50736c5c41

View file

@ -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. * 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 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. 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: #### New Callbacks:
- profile_roles - profile_roles