ansible/changelogs/fragments/varnames-error-grammar.yml
Rick Elrod d5480572c8
varnames: add tests, fix exception grammar (#70573)
Change:
- Add integration tests for various cases
- Fix wrong use of "its" in an exception thrown in varnames when it
  throws an AnsibleError, given a term of the wrong type.

Test Plan:
- new tests, CI

Tickets:
- Fixes #70546

Signed-off-by: Rick Elrod <rick@elrod.me>
2020-07-10 21:04:02 -05:00

2 lines
129 B
YAML

minor_changes:
- varnames lookup plugin - Fixed grammar error in exception message when the plugin is given a non-string term.