Merge "apm-server gets fussy about file-permissions"

This commit is contained in:
Zuul 2021-03-04 21:56:09 +00:00 committed by Gerrit Code Review
commit 397ed3f1eb

View File

@ -47,6 +47,9 @@
{{ item }} {{ item }}
{%- endif %} {%- endif %}
{{ elastic_beat_setup_options }} {{ elastic_beat_setup_options }}
{% if elastic_beat_name == "apm-server" -%}
--strict.perms=false
{%- endif %}
-e -v -e -v
with_items: "{{ elastic_setup_flags }}" with_items: "{{ elastic_setup_flags }}"
register: templates register: templates