diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 51b5289..b3604c0 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -2,4 +2,4 @@ # Warning! Do not modify manually # File managed by Ansible role invidious # -{{ docker_compose_options | to_yaml }} +{{ docker_compose_options | to_yaml(indent=2) }}