ansible/changelogs/fragments/set_mode_if_different-symlink-sticky-dir.yml
Pilou b464d18fd1
AnsibleModule.set_mode_if_different: handle symlink is in a sticky directory (#45198)
* file: add symlink is in a sticky directory tests
* file: handle symlink in a sticky directory

Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>

* Add changelog and fix unit test
The builtins import was removed since it was unused, but it is now needed.
2020-12-04 14:21:51 -05:00

4 lines
159 B
YAML

bugfixes:
- >
set_mode_if_different - handle symlink if it is inside a directory with
sticky bit set (https://github.com/ansible/ansible/pull/45198)