Skip to content
Snippets Groups Projects

Resolve "ansible_facts.default_ipv4.prefix not available in CI"

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -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"
Loading