mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-15 14:10:17 +01:00
fix: error when trying to re-initialize b2 repository (#22)
* Fixed error when trying to re-initialize b2 repository * Added changelog entry
This commit is contained in:
parent
b42e9c3c45
commit
dabf0420d7
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
- restic_init.rc != 0
|
- restic_init.rc != 0
|
||||||
- not 'config file already exists' in restic_init.stderr
|
- not 'config file already exists' in restic_init.stderr
|
||||||
- not 'config already initialized' in restic_init.stderr
|
- not 'config already initialized' in restic_init.stderr
|
||||||
|
- not 'config already exists' in restic_init.stderr
|
||||||
loop: "{{ restic_repos|dict2items }}"
|
loop: "{{ restic_repos|dict2items }}"
|
||||||
when:
|
when:
|
||||||
- item.value.init is defined
|
- item.value.init is defined
|
||||||
|
|
Loading…
Reference in a new issue