1142faa213
* 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
3 lines
183 B
YAML
3 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).
|