elastic / ansible-elasticsearch

Ansible playbook for Elasticsearch
Other
1.59k stars 857 forks source link

Mismatch between release name v7.10.1 and version 7.10.1 #750

Closed jmlrt closed 3 years ago

jmlrt commented 3 years ago

Starting with https://github.com/elastic/ansible-elasticsearch/releases/tag/v7.10.1, release versions are now prefixed by v.

This impact Ansible Galaxy versions which are based on ansible-elasticsearch Git tags.

The new command to install this role is ansible-galaxy install elastic.elasticsearch,v7.10.1 instead of ansible-galaxy install elastic.beats,7.10.1.

I'll submit the PR to fix the README instructions.

related to https://github.com/elastic/ansible-beats/issues/121