Merge "beats: fix potential for indexes to be set up incorrectly"

This commit is contained in:
Zuul 2022-05-26 16:27:17 +00:00 committed by Gerrit Code Review
commit d2b39a0032
2 changed files with 0 additions and 2 deletions

View File

@ -58,7 +58,6 @@
until: templates is success
retries: 5
delay: 5
run_once: true
when:
- (((ansible_local['elastic']['setup'][elastic_beat_name + '_loaded_templates'] is undefined) or
(not (ansible_local['elastic']['setup'][elastic_beat_name + '_loaded_templates'] | bool))) or

View File

@ -7,5 +7,4 @@
include_tasks: "elastic_ilm_update_policy.yml"
environment:
no_proxy: "{{ elastic_beat_no_proxy }},127.0.0.1"
run_once: True
when: (elk_package_state | default('present')) != "latest"