From 861944ec50ce4b597c75a471d150b5169faf150f Mon Sep 17 00:00:00 2001 From: Dirk Wirts Date: Thu, 26 Oct 2023 17:29:35 +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 5fb4e49..e00d955 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: