Fix stupid typo

This commit is contained in:
Corbin Bartsch 2023-10-28 20:45:24 -04:00
parent 0b12d43240
commit b8e5485956
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

View File

@ -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 }}