From 723eca23606629a594decb4ffb4a0ec73e19bccc Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 10 Aug 2025 18:16:08 +0200 Subject: [PATCH] fix(templating): adapt lstrip_blocks --- templates/systemd.netdev.j2 | 2 +- templates/systemd.network.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/systemd.netdev.j2 b/templates/systemd.netdev.j2 index f5ecd17..a24ffcd 100644 --- a/templates/systemd.netdev.j2 +++ b/templates/systemd.netdev.j2 @@ -1,4 +1,4 @@ -#jinja2: lstrip_blocks: "True", trim_blocks: "True" +#jinja2: lstrip_blocks: True # # {{ ansible_managed }} # diff --git a/templates/systemd.network.j2 b/templates/systemd.network.j2 index 23c4855..f6d254b 100644 --- a/templates/systemd.network.j2 +++ b/templates/systemd.network.j2 @@ -1,4 +1,4 @@ -#jinja2: lstrip_blocks: "True", trim_blocks: "True" +#jinja2: lstrip_blocks: True # # {{ ansible_managed }} #