diff --git a/changelogs/fragments/ansible-test-fix-import-sanity-test.yml b/changelogs/fragments/ansible-test-fix-import-sanity-test.yml new file mode 100644 index 0000000000..cb47a9d0fa --- /dev/null +++ b/changelogs/fragments/ansible-test-fix-import-sanity-test.yml @@ -0,0 +1,5 @@ +bugfixes: + - ansible-test import sanity test now properly handles relative imports. + - ansible-test import sanity test now properly invokes Ansible modules as scripts. + - ansible-test import sanity test now consistently reports warnings as errors. + - ansible-test import sanity test now consistently reports errors against the file being tested.