mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
Fix inconsistent/missing host names in messages.
This commit is contained in:
parent
fac3bac72e
commit
5fdc29e00f
5 changed files with 31 additions and 31 deletions
|
@ -608,7 +608,7 @@ class Connection(ConnectionBase):
|
|||
else:
|
||||
msg = "ssh_retry: attempt: %d, caught exception(%s) from cmd (%s), pausing for %d seconds" % (attempt, e, cmd_summary, pause)
|
||||
|
||||
display.vv(msg)
|
||||
display.vv(msg, host=self.host)
|
||||
|
||||
time.sleep(pause)
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue