mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 18:09:59 -03:30
Fix yaml syntax error when use multilines in dns_etchosts (#6960)
This commit is contained in:
parent
d4204a42fd
commit
97ff67e54a
@ -65,5 +65,5 @@ data:
|
||||
}
|
||||
{% if dns_etchosts | default(None) %}
|
||||
hosts: |
|
||||
{{ dns_etchosts }}
|
||||
{{ dns_etchosts | indent(width=4, indentfirst=None) }}
|
||||
{% endif %}
|
||||
|
||||
@ -85,5 +85,5 @@ data:
|
||||
}
|
||||
{% if dns_etchosts | default(None) %}
|
||||
hosts: |
|
||||
{{ dns_etchosts }}
|
||||
{{ dns_etchosts | indent(width=4, indentfirst=None) }}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user