mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 09:34:20 +01:00
merge changes for separate redhat/debian vars for main.yml
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
- name: RedHat - Install Elasticsearch
|
||||
yum: name=elasticsearch{% if es_version is defined and es_version != "" %}-{{ es_version }}{% endif %} state=present update_cache=yes
|
||||
when: es_use_repository
|
||||
register: elasticsearch_install_from_repo
|
||||
until: '"failed" not in elasticsearch_install_from_repo'
|
||||
register: redhat_elasticsearch_install_from_repo
|
||||
until: '"failed" not in redhat_elasticsearch_install_from_repo'
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user