mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-12 21:00:18 +01:00
Change restic_do_not_cleanup_cron default to true
This commit is contained in:
parent
ce731567bf
commit
6b9d8fea92
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ restic_systemd_timer_default_oncalendar: '*-*-* 02:00:00'
|
|||
|
||||
# perform simple version check for this role? (true is recomended)
|
||||
submodules_versioncheck: false
|
||||
restic_do_not_cleanup_cron: false
|
||||
restic_do_not_cleanup_cron: true
|
||||
|
||||
# cache
|
||||
restic__cache_config: false
|
||||
|
|
Loading…
Reference in a new issue