Skip to content
Snippets Groups Projects

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

2 files
+ 1
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -30,9 +30,6 @@
@@ -30,9 +30,6 @@
# 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:
Loading