parent
78de8bbd99
commit
e95c0b2df3
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ class DockerManager(object):
|
|||
self.lxc_conf = []
|
||||
options = self.module.params.get('lxc_conf')
|
||||
for option in options:
|
||||
parts = option.split(':')
|
||||
parts = option.split(':', 1)
|
||||
self.lxc_conf.append({"Key": parts[0], "Value": parts[1]})
|
||||
|
||||
self.exposed_ports = None
|
||||
|
|
Loading…
Reference in a new issue