Open seenickcode opened 3 years ago
I have a requirements.yaml
file which looks like this:
---
roles:
- src: https://github.com/improbable-eng/ansible-buildkite-agent
version: develop
name: ansible-buildkite-agent
And then I use ansible-galaxy
like this:
ansible-galaxy role install -r /path/to/requirements.yaml
How does one use this repo? It doesn't seem to be installable via Galaxy (either providing the repo URL or a local git repo).