diff --git a/tasks/configure_network.yml b/tasks/configure_network.yml
index 269efcd15495146c5aae9904f84b31f59373da4f..d1a953e182c7265e67eb6ef765d92bc159ac6202 100644
--- a/tasks/configure_network.yml
+++ b/tasks/configure_network.yml
@@ -30,6 +30,10 @@
 # to avoid any interference and hand over management for that interface to
 # `systemd-networkd`. Now, '/etc/network/interfaces' will only contain the
 # config for the loopback interface.
+- name: IP
+  ansible.builtin.debug:
+    msg: "{{ ansible_facts.default_ipv4 }}"
+
 - name: deploy network interface config
   ansible.builtin.template:
     src: "{{ item }}.j2"