Merge "CI: Fix ipaddr invocation in network bootstrap" into stable/2024.2
This commit is contained in:
commit
eb2cdda11c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user