mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-08 01:25:14 +02:00
Solved tab bug
This commit is contained in:
parent
eccace60f4
commit
a1465ef886
@ -3,16 +3,16 @@
|
|||||||
and not (applications[application_id].docker.redis.enabled
|
and not (applications[application_id].docker.redis.enabled
|
||||||
| default(false)
|
| default(false)
|
||||||
| bool) %}
|
| bool) %}
|
||||||
depends_on: []
|
depends_on: []
|
||||||
{% else %}
|
{% else %}
|
||||||
depends_on:
|
depends_on:
|
||||||
{% if not applications | is_feature_enabled('central_database', application_id) %}
|
{% if not applications | is_feature_enabled('central_database', application_id) %}
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if applications[application_id].docker.redis.enabled | default(false) | bool %}
|
{% if applications[application_id].docker.redis.enabled | default(false) | bool %}
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ "\n" }}
|
{{ "\n" }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user