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

+ 1
0
@@ -30,6 +30,7 @@
# 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: deploy network interface config
ansible.builtin.template:
src: "{{ item }}.j2"
Loading