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
Hi, after issuing docker run -i --rm -v $(pwd):/data cytopia/ansible ansible-galaxy collection install --requirements-file ansible/requirements.yml
I'm getting: ERROR! Could not find git executable to extract the collection from the Git repository `git@github.com:REDACTED.git`.
Is this to be expected?
I'm trying to install my private collection that I stored on my github repo.
When using Kubuntu's 23.04 ansible it's going with no problem:
Hi, after issuing
docker run -i --rm -v $(pwd):/data cytopia/ansible ansible-galaxy collection install --requirements-file ansible/requirements.yml
I'm getting:
ERROR! Could not find git executable to extract the collection from the Git repository `git@github.com:REDACTED.git`.
Is this to be expected?
I'm trying to install my private collection that I stored on my github repo.
When using Kubuntu's 23.04 ansible it's going with no problem:
Is it just a git not installed within the docker image?
BTW, great work! I'm using your's docker
ansible-lint
for a few months and it helped me a lot with my daily work.The text was updated successfully, but these errors were encountered: