mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
committed by
Matt Clay
parent
b5b34f6931
commit
4592b795d9
@@ -536,7 +536,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
|
||||
|
||||
Reference in New Issue
Block a user