Merge "CI: Fix ipaddr invocation in network bootstrap" into stable/2024.2

This commit is contained in:
Zuul 2025-04-24 10:01:07 +00:00 committed by Gerrit Code Review
commit eb2cdda11c

View File

@ -9,7 +9,7 @@
- name: Ensure all-in-one network bridge interface exists
vars:
bridge_cidr: "{{ bridge_ip }}/{{ bridge_prefix }}"
bridge_broadcast: "{{ bridge_cidr | ipaddr('broadcast') }}"
bridge_broadcast: "{{ bridge_cidr | ansible.utils.ipaddr('broadcast') }}"
command: "{{ item }}"
become: true
with_items: