ansible/changelogs/fragments/74472-sequence-lookup.yaml
David Shrewsbury f1a5c411d9
Fix sequence lookup message and add tests (#74472)
* add test for bad kv arg value
* add simple form parsing tests and make error messages the same
* add changelog
2021-04-29 15:12:23 -04:00

4 lines
148 B
YAML

bugfixes:
- sequence - fix error message so that unrecognized options to the plugin display correctly as a list
and normalize error messages.