You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/parsing-splitter-fixes.yml

6 lines
353 B
YAML

bugfixes:
- Fix exceptions caused by various inputs when performing arg splitting or parsing key/value pairs.
Resolves issue https://github.com/ansible/ansible/issues/46379
and issue https://github.com/ansible/ansible/issues/61497
- Fix incorrect parsing of multi-line Jinja2 blocks when performing arg splitting or parsing key/value pairs.