From e7fe5d983298c7f7af829a56a2ae154eaeb5b96f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 6 Sep 2022 00:58:12 +0200 Subject: replace some more ipaddr() filter calls (cont'd) --- chaos-at-home/ch-equinox-ws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chaos-at-home/ch-equinox-ws.yml') diff --git a/chaos-at-home/ch-equinox-ws.yml b/chaos-at-home/ch-equinox-ws.yml index e70091cf..433ed78f 100644 --- a/chaos-at-home/ch-equinox-ws.yml +++ b/chaos-at-home/ch-equinox-ws.yml @@ -29,7 +29,7 @@ - name: mount fileserver volumes mount: - src: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus']) | ipaddr('address') }}:/" + src: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets['ch-prometheus']) | ansible.utils.ipaddr('address') }}:/" path: /srv/files fstype: nfs4 opts: nodev,x-systemd.automount,nofail -- cgit v1.2.3