geerlingguy / ansible-role-elasticsearch

Ansible Role - Elasticsearch
https://galaxy.ansible.com/geerlingguy/elasticsearch/
MIT License
185 stars 208 forks source link

"sorry, geerlingguy.ansible-role-elasticsearch was not found on https://galaxy.ansible.com/api/" #80

Closed mikerev closed 3 years ago

mikerev commented 3 years ago

`(venv) rev@devnull:/opt/.work/devnull$ ansible-galaxy install geerlingguy.ansible-role-elasticsearch Starting galaxy role install process

looks like this issue occurred on other repos due to the ansible-role prefix?

mikerev commented 3 years ago

ubuntu 20.04

TrueXakeP commented 3 years ago

You have error in your Install command. It should be ansible-galaxy install geerlingguy.elasticsearch

mikerev commented 3 years ago

You have error in your Install command. It should be ansible-galaxy install geerlingguy.elasticsearch

doh, ty. assumed from some other issue i found from another galaxy related repo. ty!