chore: remove quote from ifcfg
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docs Pipeline failed
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-06-21 22:55:49 +02:00
parent 28d9d0abbe
commit 587c41f839
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: True #jinja2: lstrip_blocks: True
{{ ansible_managed | comment }} {{ ansible_managed | comment }}
DEVICE="{{ item.key }}" DEVICE={{ item.key }}
{% for key, value in item.value.items() %} {% for key, value in item.value.items() %}
{% if key | lower == "dns" and not value is string and value is iterable %} {% if key | lower == "dns" and not value is string and value is iterable %}
{% for item in value -%} {% for item in value -%}