diff --git a/lib/ansible/utils/collection_loader/_collection_finder.py b/lib/ansible/utils/collection_loader/_collection_finder.py index 393ddbee7b6..f684da2ef0e 100644 --- a/lib/ansible/utils/collection_loader/_collection_finder.py +++ b/lib/ansible/utils/collection_loader/_collection_finder.py @@ -86,7 +86,7 @@ class _AnsibleCollectionFinder: # expand any placeholders in configured paths for p in paths: - # ensure we alway shave ansible_collections + # ensure we always have ansible_collections if os.path.basename(p) == 'ansible_collections': p = os.path.dirname(p)