Optimized handler loading. Requirerd due to 2.18->2.20 update

This commit is contained in:
2025-12-04 00:53:27 +01:00
parent 7b262cf46e
commit 27c399123b
13 changed files with 34 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
- include_tasks: 01_core.yml
when: run_once_svc_db_postgres is not defined
- include_tasks: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}"
- include_tasks: utils/load_handlers.yml
# Necessary because docker handlers are overwritten by condition
vars:
handler_role_name: "docker-compose"