mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Implement connection reset. (#312)
This commit is contained in:
@@ -383,3 +383,6 @@ class Connection(ConnectionBase):
|
||||
""" Terminate the connection. Nothing to do for Docker"""
|
||||
super(Connection, self).close()
|
||||
self._connected = False
|
||||
|
||||
def reset(self):
|
||||
self.ids.clear()
|
||||
|
||||
Reference in New Issue
Block a user