1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

remove module argument, fix #3682 (#3683)

This commit is contained in:
Shubham 2016-05-18 00:06:05 +05:30 committed by Matt Clay
parent cca89ef489
commit 8a6237955d

View file

@ -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