1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic.git synced 2024-12-11 23:41:32 +01:00
This commit is contained in:
Matthias Leutenegger 2020-11-12 22:47:56 +01:00
commit e57e81a115

View file

@ -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