mirror of https://github.com/ansible/ansible.git
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 filenamepull/69265/head
parent
1cf26896c5
commit
1142faa213
@ -0,0 +1,3 @@
|
||||
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).
|
Loading…
Reference in New Issue