1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/extras/cloud
Kevin Carter 2ff3a8d35f Updated lxc_container module to fix option parsing
The option parsing object within the module was performing a split
on an '=' sign and assuming that there would only ever be one '='
in a user provided option. Sadly, the assumption is incorrect and
the list comprehension that is building the options list needs to
be set to split on the first occurrence of an '=' sign in a given
option string. This commit adds the required change to make it
possible for options to contain additional '=' signs and be handled
correctly.
2016-12-08 11:32:31 -05:00
..
amazon removed requirements which was causing crash with dupe from shared doc fragments 2016-12-08 11:32:30 -05:00
google added missing __init__.py 2016-12-08 11:32:28 -05:00
lxc Updated lxc_container module to fix option parsing 2016-12-08 11:32:31 -05:00
misc Categorize some modules. 2016-12-08 11:32:19 -05:00
__init__.py package files 2016-12-08 11:32:18 -05:00