mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-08 12:53:30 +01:00
Merge pull request #103 from UvixCreative/change_cleanup_default
Change restic_do_not_cleanup_cron default to true
This commit is contained in:
commit
a1d287488f
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