Update docs and changelog

This commit is contained in:
Dmitry Kuzmenko 2020-06-24 15:31:27 +03:00 committed by Daniel Wozniak
parent b8c6b8e522
commit f8ef3e7015
2 changed files with 6 additions and 0 deletions

1
changelog/55878.fixed Normal file
View file

@ -0,0 +1 @@
Fixed file.directory state always showing mode change for symlinks.

View file

@ -3520,6 +3520,11 @@ def directory(
.. versionadded:: 2014.1.4
.. versionchanged:: 3001.1
If set to False symlinks permissions are ignored on Linux systems
because it does not support permissions modification. Symlinks
permissions are always 0o777 on Linux.
force
If the name of the directory exists and is not a directory and
force is set to False, the state will fail. If force is set to