From 2d924da124be90364c8232f9f722d0d0def755a5 Mon Sep 17 00:00:00 2001 From: Dirk Wirts Date: Mon, 4 Dec 2023 12:02:25 +0100 Subject: [PATCH] =?UTF-8?q?Erg=C3=A4nzungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 33d1c59..d56714c 100644 --- a/ansible-set-static-ip.yml +++ b/ansible-set-static-ip.yml @@ -36,6 +36,8 @@ - name: Set interface name variable set_fact: interface_name: "{{ dhcp_interface.stdout_lines[0] }}" + - debug: + msg: "{{ interface_name }}" # - name: Configure interface for static IP (rest of the tasks) # ansible.builtin.lineinfile: