1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-01 22:07:03 +00:00
community.general/lib
Evgeni Golov 317ca77193 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-12-08 11:34:06 -05:00
..
ansible strip whitespace from key and value before inserting it into the config 2016-12-08 11:34:06 -05:00