mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fixes for mode=preserve (#39343)
* Fixes for mode=preserve * Document mode=preserve for template and copy * Make mode=preserve work with remote_src for copy * Make mode=preserve work for template * Integration tests for copy & template mode=preserve Fixes #39279 * Changed mode option in win_copy to hidden option as it doesn't reflect copy mode
This commit is contained in:
5
changelogs/fragments/mode-preserve.yaml
Normal file
5
changelogs/fragments/mode-preserve.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Implement mode=preserve for the template module
|
||||
- Fix mode=preserve with remote_src=True for the copy module
|
||||
- Document mode=preserve for both the copy and template module
|
||||
Reference in New Issue
Block a user