From 5a7cd4dd768eb430e5bedce2b6efeda980ef9457 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 22 Oct 2025 19:38:06 +0200 Subject: [PATCH] debian: add a newline at the end of interfaces file Not necessary but nicer. --- roles/debian/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/debian/tasks/main.yml b/roles/debian/tasks/main.yml index cf25d0e..19e265d 100644 --- a/roles/debian/tasks/main.yml +++ b/roles/debian/tasks/main.yml @@ -47,7 +47,8 @@ when: not is_proxmox copy: dest: /etc/network/interfaces - content: 'source /etc/network/interfaces.d/*' + content: | + source /etc/network/interfaces.d/* notify: reload interfaces # for Proxmox the main interfaces file will define bridges