DeprecationWarning occurs when indentfirst=None is specified in coredns-config.yml.j2 (#8224)

This commit is contained in:
ishizuka
2021-11-25 01:56:21 +09:00
committed by GitHub
parent fe0810aff9
commit 7e1873d927
3 changed files with 3 additions and 3 deletions

View File

@@ -65,5 +65,5 @@ data:
}
{% if dns_etchosts | default(None) %}
hosts: |
{{ dns_etchosts | indent(width=4, indentfirst=None) }}
{{ dns_etchosts | indent(width=4, first=False) }}
{% endif %}