Need to find out how to bring in a variable file (yaml format) from the playbook into the requirements.yml file.
Something that could be used for this format:
- src: git+https://www.gitrepo.com/path/to/gitrepo.git
name: gitrepo_name
version: {{ needed_version }}
Does ansible-galaxy support this? Documentation does not seem to show it. Thanks!