mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Solved database feature naming bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
templates:
|
||||
{% if not applications[application_id].features.database | bool %}
|
||||
{% if not applications | is_feature_enabled('central_database',application_id) %}
|
||||
- "templates/postgres.template.yml"
|
||||
{% endif %}
|
||||
#- "templates/redis.template.yml"
|
||||
|
Reference in New Issue
Block a user