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