ansible/changelogs/fragments/ansible-test-git-submodule-top-level.yml
Matt Clay 148e83f832
Fix ansible-test submodule handling. (#68759)
* Refactor ansible-test integration test.
* Add env --list-files option.
* Add tests for collection files tracked by git.
* Fix ansible-test submodule usage on older git.
* Fix submodule directory detection as files.
* Improve handling of nested source control.
2020-04-08 01:15:49 -07:00

3 lines
154 B
YAML

bugfixes:
- ansible-test now supports submodules using older ``git`` versions which require querying status from the top level directory of the repo.