Skip to content

Cannot install prometheus.prometheus via requirements.yml #505

Open
@shade-belisar

Description

@shade-belisar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions