restic: disable restic tidy cycle for now
This commit is contained in:
parent
006ccf93f1
commit
68508d8c95
@ -25,3 +25,5 @@ restic_global_exclude:
|
||||
|
||||
restic_repos: []
|
||||
restic_jobs: []
|
||||
|
||||
restic_tidy_enabled: false
|
||||
|
@ -62,3 +62,4 @@
|
||||
user: root
|
||||
state: present
|
||||
job: "( {{ restic_bin_path }}/restic-tidy {{ item.name }} | logger --id=$$ -t restic-tidy -p user.info ) 2>&1 | logger --id=$$ -t restic-tidy -p user.err"
|
||||
when: restic_tidy_enabled
|
||||
|
Loading…
Reference in New Issue
Block a user