From 61251d0b11bcc13e25be1483de7c991a5a615e34 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 5 Nov 2020 16:24:27 -0800 Subject: [PATCH] More syntax...sigh Signed-off-by: Adam Williamson --- roles/openqa/server/templates/exports.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/server/templates/exports.j2 b/roles/openqa/server/templates/exports.j2 index 040a460a0b..bb3fc7197a 100644 --- a/roles/openqa/server/templates/exports.j2 +++ b/roles/openqa/server/templates/exports.j2 @@ -1 +1 @@ -/var/lib/openqa/share {% for host in {{ openqa_nfs_workers }} %} {{ host }}(rw,insecure,no_root_squash) {% endfor %} +/var/lib/openqa/share {% for host in openqa_nfs_workers %} {{ host }}(rw,insecure,no_root_squash) {% endfor %}