Open
Description
I can install the latest prometheus.prometheus collection by running the following command:
ansible-galaxy collection install prometheus.prometheus:0.23.0
However, when I try to achieve the same thing with an entry in my requirements.yml
collections:
- name: prometheus.prometheus
version: 0.23.0
I get the following error:
ansible-galaxy install -r meta/requirements.yml
Starting galaxy role install process
- downloading role 'prometheus', owned by prometheus
[WARNING]: - prometheus.prometheus was NOT installed successfully: - sorry, prometheus.prometheus was not found on https://galaxy.ansible.com/api/.
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.
Am I misunderstanding something, or is there a bug?
Metadata
Metadata
Assignees
Labels
No labels