From dabf0420d7b3a50b63eba57b79cb08813f4f4a04 Mon Sep 17 00:00:00 2001 From: Luca Zorzi Date: Thu, 12 Nov 2020 18:42:56 +0100 Subject: [PATCH] fix: error when trying to re-initialize b2 repository (#22) * Fixed error when trying to re-initialize b2 repository * Added changelog entry --- tasks/configure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index cc2d7da..9e09609 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -19,6 +19,7 @@ - restic_init.rc != 0 - not 'config file already exists' in restic_init.stderr - not 'config already initialized' in restic_init.stderr + - not 'config already exists' in restic_init.stderr loop: "{{ restic_repos|dict2items }}" when: - item.value.init is defined