From 6f0d483d3d307ba6119e2d0ad86f025630235e9a Mon Sep 17 00:00:00 2001 From: Dirk Wirts Date: Thu, 26 Oct 2023 17:32:11 +0200 Subject: [PATCH] update --- ansible-set-static-ip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-set-static-ip.yml b/ansible-set-static-ip.yml index e00d955..1d2febd 100644 --- a/ansible-set-static-ip.yml +++ b/ansible-set-static-ip.yml @@ -3,7 +3,7 @@ hosts: debian become: yes vars: - interface_name: 'Wired connection 1' + interface_name: 'Wired\ connection\ 1' tasks: - name: Zeige den Wert der Variable an debug: