mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
Implement connection reset. (#312)
This commit is contained in:
@@ -435,3 +435,7 @@ class Connection(ConnectionBase):
|
||||
""" Terminate the connection. Nothing to do for Docker"""
|
||||
super(Connection, self).close()
|
||||
self._connected = False
|
||||
|
||||
def reset(self):
|
||||
# Clear container user cache
|
||||
self._container_user_cache = {}
|
||||
|
||||
Reference in New Issue
Block a user