matrix: fix indentation in config file
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-01-23 21:44:15 +01:00
parent 3597dc384b
commit b4280e5747
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ listeners:
# Main HTTPS listener
- port: {{ matrix_https_bind_port }}
bind_addresses:
{{ matrix_https_bind_ips | to_nice_yaml(indent=2) }}
{{ matrix_https_bind_ips | to_nice_yaml(indent=2) | indent(4) }}
type: http
tls: true
x_forwarded: false
@ -154,7 +154,7 @@ listeners:
- port: {{ matrix_http_bind_port }}
tls: false
bind_addresses:
{{ matrix_https_bind_ips | to_nice_yaml(indent=2) }}
{{ matrix_http_bind_ips | to_nice_yaml(indent=2) | indent(4) }}
type: http
x_forwarded: false