Skip to content
Snippets Groups Projects
Commit 76d76d98 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

add Facts debug output

parent 2fa93705
No related branches found
No related tags found
1 merge request!2Resolve "ansible_facts.default_ipv4.prefix not available in CI"
Pipeline #3344 failed
...@@ -30,6 +30,10 @@ ...@@ -30,6 +30,10 @@
# to avoid any interference and hand over management for that interface to # to avoid any interference and hand over management for that interface to
# `systemd-networkd`. Now, '/etc/network/interfaces' will only contain the # `systemd-networkd`. Now, '/etc/network/interfaces' will only contain the
# config for the loopback interface. # config for the loopback interface.
- name: IP
ansible.builtin.debug:
msg: "{{ ansible_facts.default_ipv4 }}"
- name: deploy network interface config - name: deploy network interface config
ansible.builtin.template: ansible.builtin.template:
src: "{{ item }}.j2" src: "{{ item }}.j2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment