Removed waiting for other services, otherwise it ends up breaking, waiting for hard restart service

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-26 19:23:47 +02:00
parent a0477ad54c
commit ce033c370a
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -10,7 +10,7 @@
vars: vars:
system_service_tpl_on_failure: "{{ SYS_SERVICE_ON_FAILURE_COMPOSE }}" system_service_tpl_on_failure: "{{ SYS_SERVICE_ON_FAILURE_COMPOSE }}"
system_service_tpl_exec_start: dockreap --no-confirmation system_service_tpl_exec_start: dockreap --no-confirmation
system_service_tpl_exec_start_pre: /usr/bin/python {{ PATH_SYSTEM_LOCK_SCRIPT }} {{ SYS_SERVICE_GROUP_MANIPULATION | join(' ') }} --ignore {{ SYS_SERVICE_CLEANUP_ANONYMOUS_VOLUMES }} --timeout "{{ SYS_TIMEOUT_CLEANUP_SERVICES }}" system_service_tpl_exec_start_pre: "" # Anonymous volumes can allways be removed. It isn't necessary to wait for any service to stop.
system_service_copy_files: false system_service_copy_files: false
- include_tasks: utils/run_once.yml - include_tasks: utils/run_once.yml