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