Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide more detail on multiple collection installs #405

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

mrgum
Copy link
Contributor

@mrgum mrgum commented Sep 10, 2024

When multiple versions of a collection are installed it is not currently clear where the other version is, this patch gives a bit more detail

Before...

WARNING Multiple versions of 'ansible.posix' were found installed, only the first one will be used, 1.5.1 (/home/blah/.ansible/collections/ansible_collections).

After...

WARNING Another version of 'ansible.posix' 1.5.4 was found installed in /home/blah/yard/systems/.venv/lib/python3.11/site-packages/ansible_collections, only the first one will be used, 1.5.1 (/home/blah/.ansible/collections/ansible_collections).

Related: ansible/ansible-lint#4219

@mrgum mrgum requested a review from a team as a code owner September 10, 2024 13:12
@mrgum mrgum requested review from TamiTakamiya and tanwigeetika1618 and removed request for a team September 10, 2024 13:12
@alisonlhart alisonlhart added the bug Something isn't working label Sep 11, 2024
@alisonlhart alisonlhart merged commit d07db24 into ansible:main Sep 11, 2024
31 of 32 checks passed
@ssbarnea ssbarnea changed the title provide more detail on multile collection installs Provide more detail on multiple collection installs Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants