Added deletion of containers to reset routine

This commit is contained in:
2025-08-15 20:05:05 +02:00
parent cb539b038c
commit e9a41bd40c
4 changed files with 22 additions and 6 deletions

View File

@@ -7,11 +7,11 @@
notify: docker restart
- name: "Load cleanup tasks when MODE_CLEANUP or MODE_RESET is enabled"
include_tasks: "02_cleanup.yml"
include_tasks: "03_cleanup.yml"
when: MODE_CLEANUP | bool or MODE_RESET | bool
- name: "Load reset tasks when MODE_RESET is enabled"
include_tasks: "03_reset.yml"
include_tasks: "02_reset.yml"
when: MODE_RESET | bool
- name: Include backup, repair and health services for docker