fix: fix nfs exports hosts glob

This commit is contained in:
David Kilias 2023-10-09 22:35:34 +02:00 committed by Stefan Haun
parent 79d49869a7
commit 9f80c5d1ea

View file

@ -7,5 +7,5 @@
vars: vars:
nfs_host_exports: nfs_host_exports:
- directory: "/srv/nfs" - directory: "/srv/nfs"
hosts: "k3s-w[0-9]+.n39.eu" hosts: "*.n39.eu"
options: rw,sync,no_subtree_check options: rw,sync,no_subtree_check