Update to 2022-01-25 15:00

This commit is contained in:
Daniel Berteaud
2022-01-25 15:00:05 +01:00
parent 44ee2cb941
commit 1454d0ec5c
26 changed files with 337 additions and 56 deletions

View File

@@ -8,11 +8,11 @@
type: fs
settings:
compress: True
location: "{{ es_backup_dir }}"
location: "{{ es_root_dir }}/backup"
body_format: json
register: es_lbkp
until: es_lbkp.failed == False
retries: 10
retries: 20
delay: 10
tags: es