mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Add changelog for 40099
This commit is contained in:
parent
9514a618b7
commit
abb353290c
1 changed files with 5 additions and 0 deletions
5
changelogs/fragments/copy-no-chmod.yaml
Normal file
5
changelogs/fragments/copy-no-chmod.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
bugfixes:
|
||||
- copy module - The copy module was attempting to change the mode of files for
|
||||
remote_src=True even if mode was not set as a parameter. This failed on
|
||||
filesystems which do not have permission bits (https://github.com/ansible/ansible/pull/40099)
|
Loading…
Add table
Add a link
Reference in a new issue