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,7 +1,7 @@
|
||||
---
|
||||
application_id: "matomo"
|
||||
application_id: "matomo"
|
||||
database_type: "mariadb"
|
||||
database_password: "{{applications.matomo.credentials.database_password}}"
|
||||
database_password: "{{ applications[application_id].credentials.database_password }}"
|
||||
|
||||
# I don't know if this is still necessary
|
||||
domain: "{{domains.matomo}}"
|
||||
domain: "{{ domains[application_id] }}"
|
Reference in New Issue
Block a user