mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved database feature naming bug
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
application_id: "phpmyadmin"
|
||||
database_type: "mariadb"
|
||||
database_host: "{{ 'central-' + database_type if applications[application_id].features.database}}"
|
||||
database_host: "{{ 'central-' + database_type if applications | is_feature_enabled('central_database',application_id)"
|
Reference in New Issue
Block a user