mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 13:51:09 +00:00
fix: display msg for PUT
This commit is contained in:
@@ -210,7 +210,7 @@ class Connection(ConnectionBase):
|
||||
]
|
||||
)
|
||||
|
||||
self._display.vvvvv(f"PUT COMMAND {local_cmd}", host=self._host())
|
||||
self._display.vvvvv(f"PUT {local_cmd}", host=self._host())
|
||||
|
||||
local_cmd = [to_bytes(i, errors='surrogate_or_strict') for i in local_cmd]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user