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: