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