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

@@ -6,7 +6,7 @@
# - database_password
- name: "create {{database_name}} database"
include_role:
name: service-rdbms-postgres
name: svc-rdbms-postgres
when: applications | is_feature_enabled('central_database',application_id)
- name: "include seed-database-to-backup.yml"

View File

@@ -8,9 +8,9 @@
bridges: "{{ bridges_configuration | filter_enabled_bridges(applications[application_id].plugins) }}"
changed_when: false
- name: "include service-rdbms-central"
- name: "include svc-rdbms-central"
include_role:
name: service-rdbms-central
name: svc-rdbms-central
- name: "include role for {{application_id}} to receive certs & do modification routines"
include_role: