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:
# ansible-galaxy --version
ansible-galaxy [core 2.14.2]
(...)
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.
Hi, after issuing
docker run -i --rm -v $(pwd):/data cytopia/ansible ansible-galaxy collection install --requirements-file ansible/requirements.ymlI'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-lintfor a few months and it helped me a lot with my daily work.