fix: ansible-lint yaml whitespace problems

This commit is contained in:
2026-02-04 11:08:44 +01:00
parent a9c66729dd
commit d337407685
5 changed files with 4 additions and 6 deletions

View File

@@ -14,10 +14,9 @@ caddy_config: |+2
header_up X-Url-Scheme {scheme}
header_up X-Forwarded-Host {host}
}
# Import all configurations
import {{ caddy_dynamic_configs_dir }}/*/Caddyfile
:80 {
redir / https://{host}{uri} 301
}