We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f252d commit 3c4717cCopy full SHA for 3c4717c
1 file changed
tests/tasks/setup_remote_pytest.yml
@@ -88,7 +88,7 @@
88
elif [ "$is_coll" = true ]; then
89
# search collection paths for modules and module_utils
90
for dir in {{ collection_paths | join(" ") }}; do
91
- for collections_dir in "$dir/ansible_collections/*/*"; do
+ for collections_dir in "$dir/ansible_collections"/*/*; do
92
if [ -d "$collections_dir/plugins/modules" ] && [ -d "$collections_dir/plugins/module_utils/network_lsr" ]; then
93
readlink -f "$collections_dir/plugins/modules"
94
echo "${modules_to_test[@]}"
0 commit comments