Solvewd 'sys-ctl-bkp-docker-2-loc' bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-20 05:25:24 +02:00
parent e27f355697
commit de07d890dc
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 7 additions and 8 deletions

View File

@ -14,9 +14,10 @@
include_tasks: 03_reset.yml
when: MODE_RESET | bool
- include_role:
- name: "Execute system service setup for '{{ system_service_id }}'"
include_role:
name: sys-service
vars:
system_service_copy_files: false
system_service_timer_enabled: false
system_service_timer_enabled: true
system_service_on_calendar: "{{ SYS_SCHEDULE_BACKUP_DOCKER_TO_LOCAL }}"

View File

@ -7,8 +7,6 @@
block:
- name: "Load base routine for '{{ system_service_id }}'"
include_tasks: 03_base.yml
- include_tasks: utils/run_once.yml
vars:
# Necessary to flush after every service which uses an 'system_service_id' otherwise wrong one will be used
flush_handlers: true
- name: "Flush system handlers for '{{ system_service_id }}'"
meta: flush_handlers
when: system_service_id is defined