summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-equinox-ws.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-06 00:58:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-06 00:58:12 +0200
commite7fe5d983298c7f7af829a56a2ae154eaeb5b96f (patch)
tree275746a730be427971a2ab67062b3baf1bff9759 /chaos-at-home/ch-equinox-ws.yml
parentreplace some more ipaddr() filter calls (cont'd) (diff)
replace some more ipaddr() filter calls (cont'd)
Diffstat (limited to 'chaos-at-home/ch-equinox-ws.yml')
-rw-r--r--chaos-at-home/ch-equinox-ws.yml2
1 files changed, 1 insertions, 1 deletions
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