From 51958f7c4b84aca46b74ac8a45227157f4c7195b Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Tue, 10 Nov 2020 11:03:32 +0100 Subject: [PATCH] Update restic to 0.11.0 --- defaults/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 92f5b9b..5042447 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,16 +1,15 @@ --- - restic_install: false -restic_version: 0.9.6 +restic_version: 0.11.0 restic_path: /usr/local/bin/restic restic_user: root restic_user_home: /root restic_repository_name: restic restic_default_folders: - - {path: '/etc'} - - {path: '/var/log'} - - {path: '/root', exclude: '--exclude .cache --exclude .local'} + - { path: '/etc' } + - { path: '/var/log' } + - { path: '/root', exclude: '--exclude .cache --exclude .local' } restic_folders: [] restic_databases: [] restic_dump_compression_enabled: false