Optimized variable typos

This commit is contained in:
2025-08-15 18:43:42 +02:00
parent 85a2f4b3d2
commit 3ac9bd9f90
33 changed files with 101 additions and 101 deletions

View File

@@ -4,7 +4,7 @@
# - database_name
# - database_username
# - database_password
- name: "create {{database_name}} database"
- name: "create {{ database_name }} database"
include_role:
name: "svc-db-{{ database_type }}"
when: applications | get_app_conf(application_id, 'features.central_database', False)