mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
parent
cca89ef489
commit
8a6237955d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue