Fix for variable rery
This commit is contained in:
parent
bd28fcebc4
commit
aa284de281
2 changed files with 1 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
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 result'
|
||||
until: '"failed" not in es_use_repository'
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue