From 4ab4e841b22fb654b291eead77bbbc6b94654971 Mon Sep 17 00:00:00 2001 From: Dirk Wirts Date: Thu, 26 Oct 2023 17:25:22 +0200 Subject: [PATCH] update --- ansible-set-static-ip.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible-set-static-ip.yml b/ansible-set-static-ip.yml index f441e07..5fb4e49 100644 --- a/ansible-set-static-ip.yml +++ b/ansible-set-static-ip.yml @@ -2,6 +2,8 @@ - name: IP von DHCP auf Static ändern basierend auf individuellen envs Dateien hosts: debian become: yes + vars: + interface_name: "Wired connection 1" tasks: - name: Zeige den Wert der Variable an debug: