restic: disable restic tidy cycle for now

This commit is contained in:
Ryan Cavicchioni 2022-08-30 06:50:56 -05:00
parent 006ccf93f1
commit 68508d8c95
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
2 changed files with 3 additions and 0 deletions

View File

@ -25,3 +25,5 @@ restic_global_exclude:
restic_repos: []
restic_jobs: []
restic_tidy_enabled: false

View File

@ -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