added possibility to deactivate docker service loading for performance

This commit is contained in:
2025-08-28 22:47:05 +02:00
parent 6ea8301364
commit d96bfc64a6
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
SYS_SVC_DOCKER_LOAD_SERVICES: true # Implemented to deploy roles during development faster by skipping dependencies

View File

@@ -22,4 +22,5 @@
- sys-ctl-hlth-docker-container
- sys-ctl-hlth-docker-volumes
- sys-ctl-rpr-docker-soft
- sys-ctl-rpr-docker-hard
- sys-ctl-rpr-docker-hard
when: SYS_SVC_DOCKER_LOAD_SERVICES | bool