feat: added install cron

This commit is contained in:
2024-02-25 19:26:58 +00:00
parent 9b909a6757
commit b6bfaba43e
4 changed files with 36 additions and 10 deletions

View File

@@ -13,3 +13,7 @@
- name: deploy compose files
include_tasks: composes.yml
when: docker_compose_stat.stat.exists
- name: Configure docker system prune with cron
when: docker_cronjob_prune
include_tasks: prune.yml