fix: Using winrm protocol to transfer files did not create a directory problem

This commit is contained in:
wangruidong
2025-10-17 16:51:29 +08:00
committed by 老广
parent afb6f466d5
commit d68babb2e1

View File

@@ -152,7 +152,7 @@ class UploadFileRunner:
host_pattern="*",
inventory=self.inventory,
module='copy',
module_args=f"src={self.src_paths}/ dest={self.dest_path}",
module_args=f"src={self.src_paths}/ dest={self.dest_path}/",
verbosity=verbosity,
event_handler=self.cb.event_handler,
status_handler=self.cb.status_handler,