Update to 2022-12-27 12:00

This commit is contained in:
Daniel Berteaud
2022-12-27 12:00:12 +01:00
parent 2ffea0d4cb
commit 1a24e65c5b
48 changed files with 7 additions and 72 deletions

View File

@@ -4,7 +4,6 @@
command: tar cf {{ es_root_dir }}/archives/{{ es_current_version }}.tar.zst ./ --use-compress-program=zstd
args:
chdir: "{{ es_root_dir }}/archives/{{ es_current_version }}"
warn: False
environment:
ZSTD_CLEVEL: 15
tags: es

View File

@@ -56,8 +56,6 @@
chmod 755 {{ es_root_dir }}/app/jdk/lib/jspawnhelper
find {{ es_root_dir }}/app/bin -type f -exec chmod 755 "{}" \;
find {{ es_root_dir }}/app/modules/x-pack-ml/platform/linux-x86_64/bin/ -type f -exec chmod 755 "{}" \;
args:
warn: False
tags: es