chore: remove quote from ifcfg
This commit is contained in:
parent
28d9d0abbe
commit
587c41f839
@ -1,6 +1,6 @@
|
||||
#jinja2: lstrip_blocks: True
|
||||
{{ ansible_managed | comment }}
|
||||
DEVICE="{{ item.key }}"
|
||||
DEVICE={{ item.key }}
|
||||
{% for key, value in item.value.items() %}
|
||||
{% if key | lower == "dns" and not value is string and value is iterable %}
|
||||
{% for item in value -%}
|
||||
|
Loading…
Reference in New Issue
Block a user