ansible/cloud/lxc
Evgeni Golov c03e77a63a strip whitespace from key and value before inserting it into the config
before the following would produce four entries:

    container_config:
      - "lxc.network.flags=up"
      - "lxc.network.flags =up"
      - "lxc.network.flags= up"
      - "lxc.network.flags = up"

let's strip the whitespace and insert only one "lxc.network.flags = up"
into the final config

Signed-off-by: Evgeni Golov <evgeni@golov.de>
2016-04-10 13:33:48 +02:00
..
__init__.py Added new module to support LXC containers 2014-11-27 10:47:33 -06:00
lxc_container.py strip whitespace from key and value before inserting it into the config 2016-04-10 13:33:48 +02:00