Separate out the variables to control which cron jobs are run

This commit is contained in:
waffles
2023-02-19 20:18:55 -08:00
parent a8980f994a
commit 9bdbaf3539
+2 -1
View File
@@ -23,6 +23,7 @@
hour: "*/6" hour: "*/6"
tags: tags:
- configure - configure
when: TRIM_STORAGE is defined and TRIM_STORAGE
- name: Install image puller - name: Install image puller
copy: copy:
@@ -63,4 +64,4 @@
hour: "5" hour: "5"
tags: tags:
- configure - configure
when: PRUNE_ACCOUNTS is defined and PRUNE_ACCOUNTS