Fix RedHat install - until condition was not correct
This commit is contained in:
parent
d7a5af8c33
commit
b3b5edef70
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
when: es_use_repository
|
when: es_use_repository
|
||||||
register: redhat_elasticsearch_install_from_repo
|
register: redhat_elasticsearch_install_from_repo
|
||||||
notify: restart elasticsearch
|
notify: restart elasticsearch
|
||||||
until: '"failed" not in redhat_elasticsearch_install_from_repo'
|
until: not redhat_elasticsearch_install_from_repo.failed
|
||||||
retries: 5
|
retries: 5
|
||||||
delay: 10
|
delay: 10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue