ansible-config_template/tests/templates/test_multiline_strs.yml
Georgina 1769158a0e config_template does not respect yaml multiline as overrides
Added a flag called yml_multilines which when used will not split on
lines that have a newline UNLESS they have a comma.

Change-Id: I90364403e215a67b320dfc7e67a85d47c774e634
Partial-Bug: #1819974
2019-04-25 11:30:59 +00:00

7 lines
141 B
YAML

test_category1: a
test_category2: b
existing_multiline: |
This multiline string
already exists and will
be dumped out by PyYaml.