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

community.general.pipx missing #8

Open
MierBen opened this issue Jul 11, 2023 · 1 comment
Open

community.general.pipx missing #8

MierBen opened this issue Jul 11, 2023 · 1 comment

Comments

@MierBen
Copy link

MierBen commented Jul 11, 2023

Hello.

While I tried to use your ansible script to configure my parrot, I ran into the problem with missing community.general collection for pipx.
I'll recommend to add this collection into the requirements.yml file like:

---
roles:
  - src: gantsign.visual-studio-code

collections:
  - name: community.general
    type: galaxy

Maybe it's only my problem. Hope, this will be helpful.

@crypticredux
Copy link

Hello! I had the same issue. It turns out we don't need any changes to requirements.yml but ansible needs to be updated and the collection community.general has to be installed as well, we can do both with these commands:
ansible-galaxy collection install community.general
python3 -m pip install --upgrade --user ansible

Unfortunately, I'm having problems with the variables in this script immediately after. I will post a separate pull request or issue if I can't get it working. Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants