You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
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:
Maybe it's only my problem. Hope, this will be helpful.
The text was updated successfully, but these errors were encountered: