mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-13 21:30: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)
|
# 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