Moved utils/run_once.yml to core

This commit is contained in:
2025-09-12 02:20:26 +02:00
parent 1a1f185265
commit a1a956585c
2 changed files with 3 additions and 2 deletions

View File

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

View File

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