mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-12 04:40:19 +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)
|
# perform simple version check for this role? (true is recomended)
|
||||||
submodules_versioncheck: false
|
submodules_versioncheck: false
|
||||||
restic_do_not_cleanup_cron: false
|
restic_do_not_cleanup_cron: true
|
||||||
|
|
||||||
# cache
|
# cache
|
||||||
restic__cache_config: false
|
restic__cache_config: false
|
||||||
|
|
Loading…
Reference in a new issue