From e07ba9a6b81aee01a364fb3d9aae67da8ab98ddc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 6 Sep 2022 00:38:34 +0200 Subject: replace some more ipaddr() filter calls (cont'd) --- inventory/host_vars/sk-tomnext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inventory/host_vars/sk-tomnext.yml') diff --git a/inventory/host_vars/sk-tomnext.yml b/inventory/host_vars/sk-tomnext.yml index 9017b2aa..727d4a7f 100644 --- a/inventory/host_vars/sk-tomnext.yml +++ b/inventory/host_vars/sk-tomnext.yml @@ -19,7 +19,7 @@ network: domain: "{{ host_domain }}" interfaces: - name: br-public - address: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" + address: "{{ vm_host.network.bridges.public.prefix | ansible.utils.ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) }}" base_intel_nic_stability_fix: true ssh_users_root: -- cgit v1.2.3