ansible/changelogs/fragments/68471-copy-with-preserve.yaml
David Shrewsbury 1142faa213
Do not pass file mode during recursive copy on symlink files. (#69011)
* Do not pass file mode during recursive copy on symlink files.

The 'file' module cannot deal with mode=preserve. Do not pass that
mode to the module when 'preserve' is used.

* Fix changelog fragment filename
2020-04-30 14:22:16 -05:00

4 lines
183 B
YAML

bugfixes:
- Fixed a bug with the copy action plugin where mode=preserve was being passed on
symlink files and causing a traceback (https://github.com/ansible/ansible/issues/68471).