mirror of https://github.com/ansible/ansible.git
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>pull/18777/head
parent
b4c3d32366
commit
317ca77193
Loading…
Reference in New Issue