1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic_archiver.git synced 2024-08-16 10:09:49 +02:00

FIX: init

This commit is contained in:
Matthias Leutenegger 2020-06-02 15:58:43 +02:00
parent b44b1694de
commit f500327f59
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed:
* AWS credentials are now supplied to the initialising step
* Cronjob step does not fail if `scheduled` parameter is not set on repo
* init respects `'config already initialized'` string
## [0.2.4] - 2020-06-01
### Added

View file

@ -13,6 +13,7 @@
failed_when:
- restic_init.rc != 0
- not 'config file already exists' in restic_init.stderr
- not 'config already initialized' in restic_init.stderr
loop: "{{ restic_repos|dict2items }}"
when:
- item.value.init is defined