mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Adapted roles to new architecture
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
{% if not applications | get_app_conf(application_id, 'features.central_database', False)%}
|
||||
volumes:
|
||||
database:
|
||||
name: {{ database_volume }}
|
||||
{% endif %}
|
||||
{{ "\n" }}
|
@@ -2,5 +2,6 @@
|
||||
volumes:
|
||||
{% if not applications | get_app_conf(application_id, 'features.central_database', False)%}
|
||||
database:
|
||||
name: {{ database_volume }}
|
||||
{% endif %}
|
||||
{{ "\n" }}
|
Reference in New Issue
Block a user