Removed block from main.yml and moved run_once logic to 01_core.yml

This commit is contained in:
2025-11-28 23:24:04 +01:00
parent 654131ab89
commit 880d0ab1d6
40 changed files with 67 additions and 67 deletions

View File

@@ -8,4 +8,6 @@
vars:
system_service_on_calendar: "{{SYS_SCHEDULE_HEALTH_BTRFS}}"
system_service_timer_enabled: true
system_service_tpl_on_failure: "{{ SYS_SERVICE_ON_FAILURE_COMPOSE }}"
system_service_tpl_on_failure: "{{ SYS_SERVICE_ON_FAILURE_COMPOSE }}"
- include_tasks: utils/run_once.yml

View File

@@ -1,5 +1,3 @@
- block:
- include_tasks: 01_core.yml
- include_tasks: utils/run_once.yml
- include_tasks: 01_core.yml
when: run_once_sys_ctl_hlth_btrfs is not defined