Enable cronjob for trimming storage

This commit is contained in:
Waffles
2023-01-03 16:41:27 -08:00
parent 800fa074bb
commit bc08d22f34
+7
View File
@@ -3,3 +3,10 @@
template:
src: trim_storage.sh.j2
dest: /usr/local/bin/trim_storage.sh
- name: Create cronjob for trimming storage
ansible.builtin.cron:
name: TRIMSTORAGE
job: /usr/local/bin/trim_storage.sh
minute: "0"
hour: "*/6"