Closed pabigot closed 3 months ago
This is not possible as collections are not python packages.
This is not possible as collections are not python packages.
@ssbarnea could you expand on that a little, please? A pipx install of ansible
is able to provide "a community-curated selection of Ansible Collections", but a pipx install of ansible-dev-tools
can't, even though it contains everything else from the ansible
pipx install?
When I use pipx to install ansible-dev-tools like this:
I get everything except the site package
ansible-collections
is missing. This is demonstrated by:If I then do:
then I get:
Looking at the differences it appears that installing ansible includes the app
ansible-community
, which is not present when installingansible-dev-tools
.vs:
I'm currently working around this by installing both, but replacing the global links so that anything in
ansible
comes from there rather than fromansible-dev-tools
.