Fix stupid typo
This commit is contained in:
parent
0b12d43240
commit
b8e5485956
@ -1,7 +1,4 @@
|
|||||||
{{ ansible_managed | comment }}
|
{{ ansible_managed | comment }}
|
||||||
##############################
|
|
||||||
# If you're seeing this, you're using a symlinked version of this role.
|
|
||||||
##############################
|
|
||||||
---
|
---
|
||||||
version: "{{ compose_schema_version | default('2') }}"
|
version: "{{ compose_schema_version | default('2') }}"
|
||||||
services:
|
services:
|
||||||
@ -78,7 +75,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
{% for dependent in container.depends_on %}
|
{% for dependent in container.depends_on %}
|
||||||
{% if dependent is mapping %}
|
{% if dependent is mapping %}
|
||||||
{{ dependent }}:
|
{{ dependent.service}}:
|
||||||
condition: {{ dependent.condition }}
|
condition: {{ dependent.condition }}
|
||||||
{% else %}
|
{% else %}
|
||||||
- {{ dependent }}
|
- {{ dependent }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user