From 6fc1e804794b4d5a3c4a2f5b38959d4b091ee600 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Mon, 9 Oct 2023 22:35:34 +0200 Subject: [PATCH] fix: fix nfs exports hosts glob --- host-plumbum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host-plumbum.yml b/host-plumbum.yml index 7170280..d6d1a18 100644 --- a/host-plumbum.yml +++ b/host-plumbum.yml @@ -7,5 +7,5 @@ vars: nfs_host_exports: - directory: "/srv/nfs" - hosts: "k3s-w[0-9]+.n39.eu" + hosts: "*.n39.eu" options: rw,sync,no_subtree_check