Merge "apm-server gets fussy about file-permissions"
This commit is contained in:
commit
397ed3f1eb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user