mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-14 12:19:10 -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
|
@ -170,7 +170,7 @@ class Connection(ConnectionBase):
|
|||
super(Connection, self)._connect()
|
||||
if not self._connected:
|
||||
display.vvv(u"ESTABLISH DOCKER CONNECTION FOR USER: {0}".format(
|
||||
self.actual_user or '?', host=self._play_context.remote_addr)
|
||||
self.actual_user or '?'), host=self._play_context.remote_addr
|
||||
)
|
||||
self._connected = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue