From 91c5147442f03cedab6ee7c35968c675bcf95ef1 Mon Sep 17 00:00:00 2001 From: Dirk Wirts Date: Fri, 17 Nov 2023 16:13:57 +0100 Subject: [PATCH] =?UTF-8?q?Weitere=20Daeien=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible-set-static-ip.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible-set-static-ip.yml b/ansible-set-static-ip.yml index c38fdc9..60d76b6 100644 --- a/ansible-set-static-ip.yml +++ b/ansible-set-static-ip.yml @@ -32,6 +32,7 @@ copy: src: /etc/network/interfaces dest: /etc/network/interfaces.backup + remote_src: true - name: Setze statische IP in /etc/network/interfaces blockinfile: path: /etc/network/interfaces