Add stat's lnk_target to the changelog
This commit is contained in:
parent
4532c791fd
commit
9a9c1c57bf
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ Ansible Changes By Release
|
||||||
- The docker_container module has gained a new option, working_dir which allows
|
- 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.
|
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 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
|
### New Modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue