use to_nice_yaml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-01-21 22:01:50 +01:00
parent 3560ce5a5e
commit 7d2f0c6c87
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ listeners:
# Unsecure HTTP listener,
- port: {{ matrix_http_bind_port }}
tls: false
bind_addresses: [{{ matrix_http_bind_ips | wrap | join(',') }}]
bind_addresses:
{{ matrix_https_bind_ips | to_nice_yaml(indent=2) }}
type: http
x_forwarded: false