mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
@@ -434,7 +434,7 @@ class ContainerManager(DockerBaseClass):
|
||||
|
||||
def __init__(self, client):
|
||||
|
||||
super(ContainerManager, self).__init__(module=client.module)
|
||||
super(ContainerManager, self).__init__()
|
||||
|
||||
self.client = client
|
||||
self.project_src = None
|
||||
|
||||
Reference in New Issue
Block a user