summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-mc.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-mc.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-mc.yml')
-rw-r--r--chaos-at-home/ch-mc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos-at-home/ch-mc.yml b/chaos-at-home/ch-mc.yml
index 9f9e5b67..a9cb9707 100644
--- a/chaos-at-home/ch-mc.yml
+++ b/chaos-at-home/ch-mc.yml
@@ -14,7 +14,7 @@
post_tasks:
- 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,ro