From 587c41f8396360d0aa076f03c5041f958e005281 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 21 Jun 2024 22:55:49 +0200 Subject: [PATCH] chore: remove quote from ifcfg --- templates/etc/sysconfig/network-scrips/ifcfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/sysconfig/network-scrips/ifcfg.j2 b/templates/etc/sysconfig/network-scrips/ifcfg.j2 index b343770..ae74597 100644 --- a/templates/etc/sysconfig/network-scrips/ifcfg.j2 +++ b/templates/etc/sysconfig/network-scrips/ifcfg.j2 @@ -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 -%}