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>
reviewable/pr18780/r1
parent
474baaa831
commit
c03e77a63a
Loading…
Reference in New Issue