mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 17:16:55 +02:00
Update to 2022-01-25 15:00
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user