ansible/changelogs/fragments/ansible-test-submodules.yml
Matt Clay 4063d58339 Use relative submodule status in ansible-test.
The `git submodule status` command is relative to the current git repository by default.
When running from a repository subdirectory paths can be returned above the current directory.
Specifying the current directory with `git submodule status` avoids listing submodules above that directory.

This will fix issues when testing a collection that is rooted below the repository root when that repository uses submodules.
2019-08-29 20:29:38 -07:00

3 lines
117 B
YAML

bugfixes:
- ansible-test now correctly enumerates submodules when a collection resides below the repository root