Shortened service- to svc-

This commit is contained in:
2025-07-09 05:00:41 +02:00
parent db384c6261
commit 575df76ec3
140 changed files with 101 additions and 101 deletions

View File

@@ -2,7 +2,7 @@
services:
{# Load Database #}
{% if applications[application_id].docker.services.database.enabled | default(false) | bool %}
{% include 'roles/service-rdbms-central/templates/services/main.yml.j2' %}
{% include 'roles/svc-rdbms-central/templates/services/main.yml.j2' %}
{% endif %}
{# Load Redis #}
{% if applications[application_id].docker.services.redis.enabled | default(false) | bool %}