mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07: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:
parent
33f358383a
commit
83c1cba511
9 changed files with 104 additions and 11 deletions
|
@ -19,6 +19,9 @@
|
|||
class ModuleDocFragment(object):
|
||||
|
||||
# Standard files documentation fragment
|
||||
|
||||
# Note: mode is overridden by the copy and template modules so if you change the description
|
||||
# here, you should also change it there.
|
||||
DOCUMENTATION = """
|
||||
options:
|
||||
mode:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue