mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
Remove unused method in ContainerManager
This commit is contained in:
@@ -1813,10 +1813,6 @@ class ContainerManager(DockerBaseClass):
|
||||
self.fail("Error stopping container %s: %s" % (container_id, str(exc)))
|
||||
return response
|
||||
|
||||
def connect_container_to_network(self, container_id, network ):
|
||||
# TODO - Implement network connecions
|
||||
pass
|
||||
|
||||
|
||||
def main():
|
||||
argument_spec = dict(
|
||||
|
||||
Reference in New Issue
Block a user